Closed dseurotech closed 6 months ago
Attention: Patch coverage is 0%
with 8 lines
in your changes are missing coverage. Please review.
Project coverage is 16.87%. Comparing base (
ab4b252
) to head (c5fbe96
). Report is 3 commits behind head on develop.
This PR makes it so that job execution stop always returns 202, regardless of it running state, as it is a request to stop and not an immediate command.
Description of the solution adopted Simple catch of JobNotRunningException on the rest api side, and conversion to the appropriate return code.