Support extra_files in RQ tasks
All threads resolved!
All threads resolved!
Compare changes
Files
3- ml bonhomme authored
+ 57
− 4
@@ -5,6 +5,7 @@ from pathlib import Path
@@ -15,7 +16,7 @@ from django_rq import job
@@ -23,6 +24,8 @@ logger = logging.getLogger(__name__)
@@ -87,6 +90,41 @@ def upload_logs(task, text):
@@ -140,7 +178,22 @@ def run_docker_task(client, task, temp_dir):
@@ -160,7 +213,7 @@ def run_docker_task(client, task, temp_dir):
@@ -172,7 +225,7 @@ def run_docker_task(client, task, temp_dir):