Skip to content

Commit

Permalink
feat: increase task limit (#1161)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgogoulos authored Jan 22, 2025
1 parent 8d9a461 commit 02d9188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
]


@task(name="chunkize_media", bind=True, queue="short_tasks", soft_time_limit=60 * 30)
@task(name="chunkize_media", bind=True, queue="short_tasks", soft_time_limit=60 * 30 * 4)
def chunkize_media(self, friendly_token, profiles, force=True):
"""Break media in chunks and start encoding tasks"""

Expand Down

0 comments on commit 02d9188

Please sign in to comment.