added transcoding to mp4 in import to ensure web playback.
This commit is contained in:
+3
-3
@@ -74,9 +74,9 @@ def make_celery(app=None):
|
||||
task_acks_late=True, # Acknowledge after task completes
|
||||
task_reject_on_worker_lost=True, # Requeue if worker dies
|
||||
|
||||
# Time limits
|
||||
task_soft_time_limit=300, # 5 minutes soft limit
|
||||
task_time_limit=600, # 10 minutes hard limit (archives may need more)
|
||||
# Time limits (video transcoding may need longer)
|
||||
task_soft_time_limit=600, # 10 minutes soft limit
|
||||
task_time_limit=900, # 15 minutes hard limit
|
||||
|
||||
# Periodic task schedule (Celery Beat)
|
||||
beat_schedule={
|
||||
|
||||
Reference in New Issue
Block a user