Skip to content
Snippets Groups Projects
Commit 5997ebaa authored by AndiMajore's avatar AndiMajore
Browse files

tested and set celery_beat nedrex_update task

Former-commit-id: b9676136ce0b04c16ab33e6af54bd9ad2dfbb872 [formerly f967adf4295d0b5579e3cab31635c19281fe9016]
Former-commit-id: 063ec427c135b21ca4a05ab2324b21c9ea74f3e3
parent ab2d0402
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ from celery.schedules import crontab
CELERY_BEAT_SCHEDULE = {
'update_db': {
'task': 'drugstone.tasks.task_update_db_from_nedrex',
'schedule': crontab(day_of_week=1, hour=6, minute=0),
'schedule': crontab(day_of_week=1, hour=5, minute=0),
# 'schedule': crontab(minute='*/1'),
},
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment