bugfix, have hourly run occur at the 59th minute
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -37,6 +37,6 @@ celerymsg.conf.beat_schedule = {
|
|||||||
'hourly-createevents': {
|
'hourly-createevents': {
|
||||||
'task': 'worker.runCreateEvents',
|
'task': 'worker.runCreateEvents',
|
||||||
# Run hourly
|
# Run hourly
|
||||||
'schedule': crontab(hour="*"),
|
'schedule': crontab(hour="*", minute="59"),
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user