mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 04:19:15 +02:00
Fixed #487: typos in scheduled tasks configuration
This commit is contained in:
parent
44ccd483ca
commit
13a1c6daac
4 changed files with 5 additions and 4 deletions
|
@ -344,9 +344,9 @@ CELERY_BROKER_URL = env(
|
|||
# Your common stuff: Below this line define 3rd party library settings
|
||||
CELERY_TASK_DEFAULT_RATE_LIMIT = 1
|
||||
CELERY_TASK_TIME_LIMIT = 300
|
||||
CELERYBEAT_SCHEDULE = {
|
||||
CELERY_BEAT_SCHEDULE = {
|
||||
"federation.clean_music_cache": {
|
||||
"task": "funkwhale_api.federation.tasks.clean_music_cache",
|
||||
"task": "federation.clean_music_cache",
|
||||
"schedule": crontab(hour="*/2"),
|
||||
"options": {"expires": 60 * 2},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue