thesuperzapper commented on issue #36090:
URL: https://github.com/apache/airflow/issues/36090#issuecomment-2167397321

    > @thesuperzapper I tried clearing the task for 
`DataprocCreateClusterOperator` and it deleted the provisioning cluster for me. 
   
   @sunank200 it's a race condition, it will only fail to cancel the external 
job if after clearing the task becomes deferred again before the exception 
handler on the triggerer runs.
   
   It's more important for jobs which are very quick to start (like submitting 
a database query to the Redshift Data API), but you should definitely fix it in 
your operator too.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to