Commit 15e41312 authored by Ilya Simonov's avatar Ilya Simonov

delete soft_time_limit for task send_video_to_s3

parent 0bc66e80
......@@ -13,7 +13,7 @@ from cp_video.utils import asset_upload
log = logging.getLogger('send_video_to_s3')
@app.task(soft_time_limit=600)
@app.task()
def send_video_to_s3(video_id=None):
log.info(f'Uploading video id {video_id} to S3...')
local_video = Video.objects.get(id=video_id)
......
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