SIGN IN SIGN UP
apache / airflow UNCLAIMED

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows

0 0 0 Python

Raise ``TaskAlreadyRunningError`` when starting an already-running task instance (#60855)

* Fix task marked as failed on executor redelivery

Handle 409 CONFLICT (task already running) from the API server gracefully
by raising TaskAlreadyRunningError instead of letting it propagate as a
generic failure.

closes: #58441

* Fix test_get_not_found assertion to match unwrapped detail format

* address review feed back

* Trigger CI re-run

* Trigger CI re-run
A
Anish Giri committed
f5ff9671ec81f9d259980a733766fef4c78ba91c
Parent: 10715fb
Committed by GitHub <noreply@github.com> on 3/25/2026, 9:25:03 PM