feat: add jikan cache cleanup worker

This commit is contained in:
2026-06-21 17:17:57 +02:00
parent 07f6080451
commit 61ff4a4fa2
3 changed files with 153 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ var Module = fx.Options(
ProvideSQLDB,
ProvideQueries,
),
fx.Invoke(RegisterJikanCacheCleanupWorker),
)
func ProvideSQLDB(cfg config.Config) (*sql.DB, error) {