Commit 554b86ba authored by Ilya Simonov's avatar Ilya Simonov

delete celery settings beat_schedule

parent ddb20222
...@@ -20,9 +20,9 @@ app.config_from_object('django.conf:settings', namespace='CELERY') ...@@ -20,9 +20,9 @@ app.config_from_object('django.conf:settings', namespace='CELERY')
app.autodiscover_tasks() app.autodiscover_tasks()
app.conf.beat_schedule = { # app.conf.beat_schedule = {
# 'send_video_to_s3': { # # 'send_video_to_s3': {
# 'task': 'apps.core.tasks.send_video_to_s3', # # 'task': 'apps.core.tasks.send_video_to_s3',
# 'schedule': 60 * 5, # # 'schedule': 60 * 5,
# }, # # },
} # }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment