inscrease network timeout

This commit is contained in:
2022-04-19 18:59:44 +02:00
parent d848ec9194
commit dbfbf73cdd
5 changed files with 37 additions and 49 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ def start_waiting_sms_job(sched):
# minute='30',
# misfire_grace_time=10,
# second='0', timezone='Europe/Paris', max_instances=1)
sched.add_job(waiting_for_sms_job, 'cron', day_of_week='mon-sat', hour='21',
minute='00',
sched.add_job(waiting_for_sms_job, 'cron', day_of_week='mon-sat', hour='20',
minute='40',
misfire_grace_time=10,
second='0', timezone='Europe/Paris', max_instances=1)