diff --git a/workers/worker_git_integration.py b/workers/worker_git_integration.py index 5b5c617661..a0c7e8d328 100644 --- a/workers/worker_git_integration.py +++ b/workers/worker_git_integration.py @@ -400,6 +400,8 @@ def enrich_cntrb_id( except: pass attempts += 1 + if not success: + break