mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 20:40:17 +02:00
Merge branch 'cron-fix' into 'master'
[Docs] Fix Discord Task Schedule See merge request allianceauth/allianceauth!1304
This commit is contained in:
commit
75a3adb2c9
@ -26,7 +26,7 @@ DISCORD_SYNC_NAMES = False
|
||||
|
||||
CELERYBEAT_SCHEDULE['discord.update_all_usernames'] = {
|
||||
'task': 'discord.update_all_usernames',
|
||||
'schedule': crontab(hour='*/12'),
|
||||
'schedule': crontab(minute=0, hour='*/12'),
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user