Merge branch 'add-apply_offset-to-esi_cleanup_token-task' into 'master'

[ADD] `apply_offset` to `esi_cleanup_token` task

See merge request allianceauth/allianceauth!1709
This commit is contained in:
Ariel Rin 2025-04-29 02:49:56 +00:00
commit 5e526da11c

View File

@ -61,6 +61,7 @@ CELERYBEAT_SCHEDULE = {
'esi_cleanup_token': {
'task': 'esi.tasks.cleanup_token',
'schedule': crontab(minute='0', hour='0'),
'apply_offset': True,
},
'run_model_update': {
'task': 'allianceauth.eveonline.tasks.run_model_update',