use mongo2 db
This commit is contained in:
@@ -5,8 +5,8 @@ from link_validator_executor import start_link_validation
|
||||
|
||||
|
||||
def start_check_results_job(sched):
|
||||
sched.add_job(start_link_validation, 'cron', day_of_week='mon-sat', hour='13',
|
||||
minute='48',
|
||||
sched.add_job(start_link_validation, 'cron', day_of_week='mon-sun', hour='14',
|
||||
minute='10',
|
||||
misfire_grace_time=10,
|
||||
second='10', timezone='Europe/Paris', max_instances=1, args=[])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user