AWS Batch adds support for cancelling queued jobs
Posted on:
Aug 12, 2024
AWS Batch now supports cancellation of jobs while they are waiting in the queue. This allows you to cancel jobs before they are executed. Also, if you are using the fair-share scheduling feature, you can cancel jobs with an outdated priority to make room for jobs submitted by other users to the same queue to progress. Jobs canceled while waiting in queue will be moved to the FAILED state.
In-Queue Cancellation is now available in any AWS Region where AWS Batch is available. For more information, see CancelJob in the AWS Batch API Guide, or AWS Batch on the AWS website.