Ask GitHub to retry an action because runner is going away #2530
Unanswered
gautamg795
asked this question in
Q&A
Replies: 1 comment 5 replies
-
@gautamg795 - Did you ever find some graceful out in this spot termination scenario? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We run our Actions runners on AWS Spot instances, which are subject to termination with a 2-minute notice. Although infrequent, termination like this usually means the job just suddenly fails and the developer triggering the job often has no idea why.
It'd be great if runners could, upon notification from AWS of impending termination, run some command to notify GitHub that the job is going to fail and needs to be restarted.
Anyone have existing solutions for runners on Spot instances?
Beta Was this translation helpful? Give feedback.
All reactions