This repository has been archived by the owner on May 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding retry logic to git clone operation. KP is having issues where …
…clones are failing and a node will fail continuously on one job after the next while in a broken state (i.e. disk full, network connectivity issue, etc) and empty the queue. This is a stop gap to slow the node down and retry the operation a set number of times w/ a set delay that can be configured in the environment. The next step will be to add self repair capabilities to the script like freeing disk space or removing the node taking itself offline until someone can check on the issue(s)
- Loading branch information
Thomas Branch
authored and
Thomas Branch
committed
Sep 16, 2021
1 parent
2826a77
commit 76b9f0c
Showing
2 changed files
with
56 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters