diff --git a/joint_teapot/workers/git.py b/joint_teapot/workers/git.py index 015945d..680e517 100644 --- a/joint_teapot/workers/git.py +++ b/joint_teapot/workers/git.py @@ -41,6 +41,7 @@ class Git: repo_dir, branch=branch, ) + retry_interval = 0 except GitCommandError as e: if "Connection refused" in e.stderr or "Connection reset" in e.stderr: logger.warning(