SURE-10390
Request description:
The fleet's gitjob that pull from the repositories marked by the gitRepos do not have a retry. My customer sees this happening often because it pushes Fleet to the limits, and sometimes there is a connection timeout, or etcd request timeout.
The customer would like that the gitjob retries before failing, as this would alleviate the issues.
Actual behavior:
The gitjob fails and errors out.
Expected behavior:
The gitjob fails but retries.
Workaround:
Is a workaround available and implemented? yes
What is the workaround: Retry manually. Although this is cumbersome due to the number of bundles and resources.
Additional notes:
See #3407, #3067