This commit is contained in:
@ -134,6 +134,10 @@ CELERY_BEAT_SCHEDULE = {
|
||||
"task": "scrobbles.tasks.rebuild_yearly_charts",
|
||||
"schedule": crontab(hour=0, minute=30, day_of_month=1, month_of_year=1),
|
||||
},
|
||||
"compute-daily-trends": {
|
||||
"task": "trends.tasks.compute_all_trends",
|
||||
"schedule": crontab(hour=0, minute=10),
|
||||
},
|
||||
# ── Crontab replacements ─────────────────────────────────────────────
|
||||
"database-backup": {
|
||||
"task": "scrobbles.tasks.backup_database",
|
||||
@ -192,6 +196,7 @@ INSTALLED_APPS = [
|
||||
"scrobbles",
|
||||
"people",
|
||||
"charts",
|
||||
"trends",
|
||||
"videos",
|
||||
"music",
|
||||
"podcasts",
|
||||
|
||||
Reference in New Issue
Block a user