Skip to content

Fixed #487: typos in scheduled tasks configuration

Agate requested to merge broken-beat-schedule into develop

cc @hazmo

Since no recurring tasks were executed, the cache was never cleaned. Until this is released, you can run this manually via a crontab like this:

crontab -e
0 * * * * echo "from funkwhale_api.federation import tasks; tasks.clean_music_cache()" | /usr/local/bin/docker-compose run --rm api python manage.py shell -i python

Merge request reports