Skip to content
Snippets Groups Projects
Commit 2fb9498a authored by AndiMajore's avatar AndiMajore
Browse files

tested and set celery_beat nedrex_update task

parent 814c022d
No related branches found
No related tags found
No related merge requests found
Pipeline #63168 failed
......@@ -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