Skip to content

Clear runner heartbeat when the last manager is removed

Vladimir Shushlin requested to merge vshushlin/runner-clear-heartbeat into master

What does this MR do and why?

Address Change runner "configuration" status to offline... (#422066 - closed)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

After removing the last runner manager:

Before After
Screenshot_2023-12-22_at_16.11.57 Screenshot_2023-12-22_at_16.10.09

Note that we now have this never contacted status. We need Introduce runner creation status (#436475 - closed) to address it.

How to set up and validate locally

  1. Create and register the runner
  2. Unregister it
  3. Refresh the runner page
Edited by Vladimir Shushlin

Merge request reports