Files
Enes Cakir 6405433da9 Handle Octokit::NotFound for deleted runners during recycle condition check
When deciding to recycle a runner, we query the GitHub API to ensure
it’s not currently running a job, protects against delayed webhook
events. If the runner has already been deleted, the API raises
`Octokit::NotFound`. This case should be handled similarly to the
destroy label logic, where we also verify if the runner is busy.

This commit moves the busy-check logic into a separate method to handle
both scenarios consistently.
2025-06-19 14:32:37 +03:00
..
2025-06-03 05:15:32 +09:00
2025-05-13 09:55:45 +02:00
2025-06-11 11:24:17 -07:00
2025-06-06 13:40:41 +02:00
2025-06-12 07:32:57 +09:00
2024-11-21 11:50:30 -08:00
2023-11-10 12:54:43 -08:00
2025-05-31 01:20:38 +09:00