Jobs can only be cancelled from PENDING or FAILED_RETRYABLE statuses. This means you can't stop an in-progress job.
To cancel a job, users click the trash can icon, which causes the button to change to an intermediate confirmation step that shows Delete?. A second click cancels the job. The intermediate step will revert after 5 seconds if the button isn't clicked.
Adds a simple feature to cancel pending jobs.
Specifics:
Jobs can only be cancelled from
PENDING
orFAILED_RETRYABLE
statuses. This means you can't stop an in-progress job.To cancel a job, users click the trash can icon, which causes the button to change to an intermediate confirmation step that shows
Delete?
. A second click cancels the job. The intermediate step will revert after 5 seconds if the button isn't clicked.[x] Quick test of Docker Compose setup is clear
Closes #82