From 09da28541b791d5d36d6a9f7904843956d565899 Mon Sep 17 00:00:00 2001 From: Keshav Priyadarshi Date: Tue, 14 May 2024 18:21:17 +0530 Subject: [PATCH] Increase the RQ job timeout for processing scan results Signed-off-by: Keshav Priyadarshi --- minecode/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/minecode/models.py b/minecode/models.py index a6f17488..06732ca5 100644 --- a/minecode/models.py +++ b/minecode/models.py @@ -787,6 +787,7 @@ def process_scan_results( scan_results_location=scan_results_location, scan_summary_location=scan_summary_location, project_extra_data=project_extra_data, + job_timeout=1200, ) return job