Write a GHA workflow to continually check for and remove unhealthy content-build
runners.
#15301
Labels
CMS Team
CMS Product team that manages both editor exp and devops
Content Release
DevOps
CMS team practice area
Description
An instance can be marked unhealthy by the ASG, but GHA will blithely continue to run jobs on it.
One way of working around this would be to run a script that checks the health of the host instance for every GHA runner on a regular basis (let's say 1-5 minutes) and deletes runners on unhealthy instances.
There might be other ways to approach the problem.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: