scheduler to 20h55
This commit is contained in:
+2
-2
@@ -12,8 +12,8 @@ def start_check_results_job(sched):
|
|||||||
# minute='30',
|
# minute='30',
|
||||||
# misfire_grace_time=10,
|
# misfire_grace_time=10,
|
||||||
# second='0', timezone='Europe/Paris', max_instances=1)
|
# second='0', timezone='Europe/Paris', max_instances=1)
|
||||||
sched.add_job(check_results, 'cron', day_of_week='mon-sat', hour='21',
|
sched.add_job(check_results, 'cron', day_of_week='mon-sat', hour='20',
|
||||||
minute='15',
|
minute='55',
|
||||||
misfire_grace_time=10,
|
misfire_grace_time=10,
|
||||||
second='0', timezone='Europe/Paris', max_instances=1)
|
second='0', timezone='Europe/Paris', max_instances=1)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user