-
Hi, I want to check whether there is a job currently in progress on the VM where runner application is installed without using Rest API. I got below process if I
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The Worker client is only spawned once a job is received, and exits once the job completes. I can say this will currently tell you if a job is running, but it really isn't our supported way to do this. We have some backlog issues to add better telemetry/hooks to what the runner is doing that we hope to do in the future. |
Beta Was this translation helpful? Give feedback.
The Worker client is only spawned once a job is received, and exits once the job completes. I can say this will currently tell you if a job is running, but it really isn't our supported way to do this.
We have some backlog issues to add better telemetry/hooks to what the runner is doing that we hope to do in the future.