scheduler to 20h55

This commit is contained in:
2022-07-05 09:51:44 +02:00
parent 26d5649405
commit 441cb965af
+2 -2
View File
@@ -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)