Delete refresh actor data task

This commit is contained in:
petitminion 2022-10-16 10:44:09 +00:00
commit 605b2fee9a
3 changed files with 0 additions and 38 deletions

View file

@ -862,11 +862,6 @@ CELERY_BEAT_SCHEDULE = {
"schedule": crontab(day_of_week="1", minute="0", hour="2"),
"options": {"expires": 60 * 60 * 24},
},
"federation.refresh_actor_data": {
"task": "federation.refresh_actor_data",
"schedule": crontab(minute="0", hour="*/5"),
"options": {"expires": 60 * 60},
},
}
if env.bool("ADD_ALBUM_TAGS_FROM_TRACKS", default=True):