parent
0bb89a8177
commit
eb6f1d0dd9
@ -472,6 +472,11 @@ app.conf.beat_schedule = {
|
||||
# Daily imports at 3:14 a.m.
|
||||
"schedule": crontab(hour=3, minute=14),
|
||||
},
|
||||
"daily_import_failed": {
|
||||
"task": "agenda_culturel.celery.run_all_recurrent_imports_failed",
|
||||
# As a workaround for FB restrictions
|
||||
"schedule": crontab(hour=5, minute=5),
|
||||
},
|
||||
"daily_screenshot": {
|
||||
"task": "agenda_culturel.celery.screenshot",
|
||||
"schedule": crontab(hour=3, minute=3),
|
||||
|
Loading…
x
Reference in New Issue
Block a user