mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-16 07:50:16 +02:00
Merge pull request #1009 from kormat/corpstats_comma
Remove trailing , from CELERYBEAT_SCHEDULE example.
This commit is contained in:
commit
91e1a374b4
@ -116,7 +116,7 @@ By default Corp Stats are only updated on demand. If you want to automatically r
|
|||||||
CELERYBEAT_SCHEDULE['update_all_corpstats'] = {
|
CELERYBEAT_SCHEDULE['update_all_corpstats'] = {
|
||||||
'task': 'allianceauth.corputils.tasks.update_all_corpstats',
|
'task': 'allianceauth.corputils.tasks.update_all_corpstats',
|
||||||
'schedule': crontab(minute=0, hour="*/6"),
|
'schedule': crontab(minute=0, hour="*/6"),
|
||||||
},
|
}
|
||||||
|
|
||||||
Adjust the crontab as desired.
|
Adjust the crontab as desired.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user