You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additionally, am I correct in assuming that if an ephemeral error occurs when registering the runner that the runner’s listener and associated CRDS will be removed by the controller?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I was debugging an issue where runners failed to register after refetching auth tokens and noticed that retry only happens on 401s and 403s.
Here is the relevant pull request #3377.
I’m curious why only client error is retried (@nikola-jokic or @rentziass).
Additionally, am I correct in assuming that if an ephemeral error occurs when registering the runner that the runner’s listener and associated CRDS will be removed by the controller?
https://github.com/actions/actions-runner-controller/blame/68787beab5396085227c16e0b2cd472c0520d435/github/actions/client.go#L1134C4-L1140C4
Beta Was this translation helpful? Give feedback.
All reactions