[ADD] apply_offset to esi_cleanup_token task

This commit is contained in:
Peter Pfeufer 2025-04-03 00:59:04 +02:00
parent 9dad53f763
commit 478aa1aa12
No known key found for this signature in database

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',