Commit a5d38ab2 authored by Ilya Simonov's avatar Ilya Simonov

fix schedule task send_video_to_s3

parent 3160cd7c
...@@ -23,6 +23,6 @@ app.autodiscover_tasks() ...@@ -23,6 +23,6 @@ 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.0, '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