Version 1.1.0 #32

Merged
williamp merged 28 commits from testing into master 2023-04-16 19:58:10 +00:00
11 changed files with 164 additions and 43 deletions
Showing only changes of commit 8d51a75275 - Show all commits

View File

@@ -37,6 +37,6 @@ celerymsg.conf.beat_schedule = {
'hourly-createevents': {
'task': 'worker.runCreateEvents',
# Run hourly
'schedule': crontab(hour="*"),
'schedule': crontab(hour="*", minute="59"),
}
}