actions / runner-container-hooks

Runner Container Hooks for GitHub Actions
MIT License
67 stars 43 forks source link

Implement retries and back off when talking to the kubernetes API #103

Open nikola-jokic opened 11 months ago

nikola-jokic commented 11 months ago

Based on the issue in ARC, large workflows can encounter the occasional failures due to the lack of retries when communicating with the Kubernetes API server.

Implementing retries with the back off can lower the amount of failures due to the communication issues