ashb commented on issue #16163:
URL: https://github.com/apache/airflow/issues/16163#issuecomment-919081611


   @malthe That's not quite what is happening. My understanding is this:
   
   - The task message on celery is picked up and the TI starts running
   - After 1 hour (the celery visiblity timeout) celery makes the message 
visible again
   - A second worker picks up the celery message
   - When the second one runs, it gets this message.
   
   
   So the first attempt is still running, and this message is the _second_ 
concurrent worker (but for the same try_number)  saying "I can't run this task, 
it's already running."


-- 
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