Skip to content

Commit

Permalink
Increase the RQ job timeout for processing scan results
Browse files Browse the repository at this point in the history
Signed-off-by: Keshav Priyadarshi <[email protected]>
  • Loading branch information
keshav-space committed May 14, 2024
1 parent 168e251 commit 09da285
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions minecode/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 09da285

Please sign in to comment.