Skip to content

Draft: Demonstrating the effects of using AuthJobFinder in the Runner API helper

What does this MR do and why?

This is a demonstration of the issues I found trying to work on #490992

The AuthJobFinder doesn't allow for jobs to be canceling, running only. There's also some detailed handling re: job ehaders that we can't do because the AuthFinder uses exceptions for slow control (😠) instead of returning a detailed ServiceResponse object. I don't especially want to go down rabbit holes here, but we may want to make the refactor to allow us to move forward with using AuthJobFinder universally.

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

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Related to #490992

Merge request reports

Loading