Closed binkley closed 7 years ago
Narrative AS A batch job operator I WANT to cancel pending or completed jobs SO THAT I can free up resources if the job is no longer needed
Acceptance criteria GIVEN a running batch job WHEN I call DELETE on the queue for that job THEN the queue for that job returns 404 when GET is called
DELETE
GIVEN a completed batch job WHEN I call DELETE on the result for that job THEN the result for that job returns 404 when GET it called
Narrative AS A batch job operator I WANT to cancel pending or completed jobs SO THAT I can free up resources if the job is no longer needed
Acceptance criteria GIVEN a running batch job WHEN I call
DELETE
on the queue for that job THEN the queue for that job returns 404 when GET is calledGIVEN a completed batch job WHEN I call
DELETE
on the result for that job THEN the result for that job returns 404 when GET it called