mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 11:19:15 +02:00
See #272: clean transcoding files task
This commit is contained in:
parent
2fe1e7c950
commit
8489c79c89
5 changed files with 68 additions and 2 deletions
|
@ -412,7 +412,12 @@ CELERY_BEAT_SCHEDULE = {
|
|||
"task": "federation.clean_music_cache",
|
||||
"schedule": crontab(hour="*/2"),
|
||||
"options": {"expires": 60 * 2},
|
||||
}
|
||||
},
|
||||
"music.clean_transcoding_cache": {
|
||||
"task": "music.clean_transcoding_cache",
|
||||
"schedule": crontab(hour="*"),
|
||||
"options": {"expires": 60 * 2},
|
||||
},
|
||||
}
|
||||
|
||||
JWT_AUTH = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue