mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-12 10:06:21 +01:00
Compare commits
1 Commits
v5.0.0a3
...
4021b2dc72
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4021b2dc72 |
@@ -57,9 +57,10 @@ CELERYBEAT_SCHEDULE = {
|
||||
'task': 'esi.tasks.cleanup_callbackredirect',
|
||||
'schedule': crontab(minute='0', hour='*/4'),
|
||||
},
|
||||
'esi_cleanup_token_subset': { # 1/48th * 1hr = 48Hr/2Day Refresh Cycles.
|
||||
'esi_cleanup_token': { # 1/48th * 1hr = 48Hr/2Day Refresh Cycles.
|
||||
'task': 'esi.tasks.cleanup_token_subset',
|
||||
'schedule': crontab(minute="0", hour="*/1"),
|
||||
'schedule': crontab(minute="0", hour="*"),
|
||||
'apply_offset': True
|
||||
},
|
||||
'run_model_update': {
|
||||
'task': 'allianceauth.eveonline.tasks.run_model_update',
|
||||
|
||||
Reference in New Issue
Block a user