You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.
The internal state machine and client allows jobs to be canceled, but it was never wired up in the webmachine interface so there is not REST based API to cancel a job.
The internal state machine and client allows jobs to be canceled, but it was never wired up in the webmachine interface so there is not REST based API to cancel a job.
Internally tracking this as https://chefio.atlassian.net/browse/PUSH-63
Adding webmachine hooks should be pretty straightforward:
PUT to /pushy/jobs/
{ "job_id": ID,
"job_status": "cancel"
}
calls pushy_job_state:stop_job(JobId)
The text was updated successfully, but these errors were encountered: