mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-15 15:30: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'] = {
|
||||
'task': 'allianceauth.corputils.tasks.update_all_corpstats',
|
||||
'schedule': crontab(minute=0, hour="*/6"),
|
||||
},
|
||||
}
|
||||
|
||||
Adjust the crontab as desired.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user