mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 04:20:17 +02:00
use token subset cleanup task from Django-ESI 7
This commit is contained in:
parent
95608db611
commit
daaffaeabc
@ -57,9 +57,9 @@ CELERYBEAT_SCHEDULE = {
|
||||
'task': 'esi.tasks.cleanup_callbackredirect',
|
||||
'schedule': crontab(minute='0', hour='*/4'),
|
||||
},
|
||||
'esi_cleanup_token': {
|
||||
'task': 'esi.tasks.cleanup_token',
|
||||
'schedule': crontab(minute='0', hour='0'),
|
||||
'esi_cleanup_token_subset': { # 1/48th * 1hr = 48Hr/2Day Refresh Cycles.
|
||||
'task': 'esi.tasks.cleanup_token_subset',
|
||||
'schedule': crontab(minute="0", hour="*/1"),
|
||||
},
|
||||
'run_model_update': {
|
||||
'task': 'allianceauth.eveonline.tasks.run_model_update',
|
||||
|
Loading…
x
Reference in New Issue
Block a user