Skip to content

Instance failure threshold

Joe Burnett requested to merge instance-health into main

Provide an interface for runner to communicate success or failure to use an instance. Track the number of consecutive failures and after a configurable threshold, remove the instance. Next steps are to emit a metric for how often this happens.

See #9

Merge request reports