You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "hussein-awala (via GitHub)" <gi...@apache.org> on 2023/11/27 21:04:05 UTC

[PR] Use fail instead of change_state(failed) in K8S executor [airflow]

hussein-awala opened a new pull request, #35900:
URL: https://github.com/apache/airflow/pull/35900

   This PR consolidates the task failing by calling `self.fail(...)` instead of `self.change_state(..., TaskInstanceState.FAILED, ...)`.


-- 
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-unsubscribe@airflow.apache.org

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


Re: [PR] Use fail instead of change_state(failed) in K8S executor [airflow]

Posted by "hussein-awala (via GitHub)" <gi...@apache.org>.
hussein-awala merged PR #35900:
URL: https://github.com/apache/airflow/pull/35900


-- 
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-unsubscribe@airflow.apache.org

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