mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-12-06 04:41:41 +01:00
[ADD] apply_offset to esi_cleanup_token task
This commit is contained in:
parent
9dad53f763
commit
478aa1aa12
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user