Are there any way to kill queued attempts?
I want to cancel my backfill command so I want to kill all attempts generated by the backfill command, but I coudn't find a way to kill queued attempts.
When i try to kill an queued attempts with api/attempts/{id}/kill the response is as follows,
I supposed that if condition n > 0 made it blocked killing attempts.
I would think n > 0 can be removed.
Whether or not task was killed, I thought it would not be affected sessions.
Are there any way to kill queued attempts? I want to cancel my backfill command so I want to kill all attempts generated by the backfill command, but I coudn't find a way to kill queued attempts.
When i try to kill an queued attempts with
api/attempts/{id}/kill
the response is as follows,I can only kill an running attempt with
api/attempts/{id}/kill
.