-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: CI/CD
-
Team:PLATFORM
-
Sprint:nxplatform #90
-
Story Points:1
GitHub Actions is overloaded when taking too many requests or lagging (or a mix of both). We can mitigate this in the shared library by allowing more retries and spacing them more in time.
Actual retries allowed is 10, sleep between each retry is 1 sec.
We could make it 20 retries spaced by 5 sec