I have to wait for a job to start running before I can cancel it. Is there a way to cancel the job early? Why can I not cancel a job in SETUP_DONE
?
Cancelling the job errors with FAILED_PRECONDITION: Cannot cancel jobId 'x' in project 'y' in state: 'SETUP_DONE'; cancellable states: '[PENDING, RUNNING]'
Deleting the job also errors with FAILED_PRECONDITION: Cannot delete non-terminal jobId 'x' in project 'y'; current state: 'SETUP_DONE'
This thread on GitHub raises the same question.