prolong the handle of emails

This commit is contained in:
2022-08-09 12:52:18 +02:00
parent d6ffe5db37
commit 138b4a087b
+2 -2
View File
@@ -13,11 +13,11 @@ def start_check_mail_job(sched):
minute='30',
misfire_grace_time=10,
second='0', timezone='Europe/Paris', max_instances=1)
sched.add_job(read_mails, 'cron', day_of_week='mon-sat', hour='12',
sched.add_job(read_mails, 'cron', day_of_week='mon-sat', hour='13',
minute='30',
misfire_grace_time=10,
second='0', timezone='Europe/Paris', max_instances=1)
sched.add_job(read_mails, 'cron', day_of_week='mon-sat', hour='14',
sched.add_job(read_mails, 'cron', day_of_week='mon-sat', hour='15',
minute='30',
misfire_grace_time=10,
second='0', timezone='Europe/Paris', max_instances=1)