diff --git a/app/worker.py b/app/worker.py index ae9541d..f9c54b0 100644 --- a/app/worker.py +++ b/app/worker.py @@ -37,6 +37,6 @@ celerymsg.conf.beat_schedule = { 'hourly-createevents': { 'task': 'worker.runCreateEvents', # Run hourly - 'schedule': crontab(hour="*"), + 'schedule': crontab(hour="*", minute="59"), } } \ No newline at end of file