feat: add jikan cache cleanup worker

This commit is contained in:
2026-06-21 17:17:57 +02:00
committed by Milas Holsting
parent 963f6e925b
commit 86d0c2b5c0
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) {