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
fix: only retry when we don't create enough ephemeral runners
Prior to this change, we would have retried if _any_ runner failed to be
created either due to capacity or an EC2 error. Now we'll consider these
differently.
If we can't create due to the maximum allowed runner count, retry only
if creating ephemeral runners.
Always retry if EC2 creation fails.
0 commit comments