kaxil commented on PR #63355:
URL: https://github.com/apache/airflow/pull/63355#issuecomment-4042105613

   > 409 invalid_state is coming when same TI gets terminal `SUCCESS` update 
more than once. In this case, by the time task runner sends final SUCCESS, DB 
already has SUCCESS (`previous_state=success`), so API rejects the second write.
   
   Yeah, that's what I meant, i.e. let's find out the root cause first and not 
add band-aid -- what's causing task to succeed before the worker reports in the 
first place.


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