ashb commented on PR #58741:
URL: https://github.com/apache/airflow/pull/58741#issuecomment-3583260450

   > Task gets requeued while original execution is still running
   
   This shouldn't actually result in a second copy of the task running though. 
Does it? What is meant to happen is that when that task gets picked up on the 
second worker, it will try to set it to running, and the Execution API server 
will reject it with a 409 state (it's not in a runnable state as it is already 
running elsewhere). You haven't mentioned what happens it tries to start.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to