prolong the handle of emails
This commit is contained in:
+2
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user