[settings] Never run db dumps at midnight
All checks were successful
build & deploy / test (push) Successful in 1m58s
build & deploy / build-and-deploy (push) Successful in 28s

This commit is contained in:
2026-05-24 22:58:41 -04:00
parent 4e1c3ffbf0
commit b622b151d4

View File

@ -136,7 +136,7 @@ CELERY_BEAT_SCHEDULE = {
# ── Crontab replacements ─────────────────────────────────────────────
"database-backup": {
"task": "scrobbles.tasks.backup_database",
"schedule": crontab(hour=0, minute=0),
"schedule": crontab(hour=0, minute=30),
},
"import-from-lastfm": {
"task": "scrobbles.tasks.import_from_lastfm_all_users",