From 2865935a955f6e4514a9e46483a18ef876521954 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 17 Mar 2025 09:39:37 +0000 Subject: [PATCH] . --- atlas/tasks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/atlas/tasks.py b/atlas/tasks.py index 85bcebfb..52dbefae 100644 --- a/atlas/tasks.py +++ b/atlas/tasks.py @@ -26,8 +26,8 @@ def push_case_to_cimar_task(case_id): data = api.upload_dicom(image.image.path, study_uid=study_uid) - retries = 3 - delay = 1 + retries = 5 + delay = 20 for attempt in range(retries): print("attempt 1") try: