binkley / sproingk

Spring Boot with Kotlin
Other
1 stars 1 forks source link

Batch REST API support deletion #20

Closed binkley closed 7 years ago

binkley commented 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

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