dstandish opened a new pull request #19546:
URL: https://github.com/apache/airflow/pull/19546


   Commonly a trigger will complete and be deleted from the 
`TriggerRunner.triggers` dictionary attr before the the TriggerJob has had a 
chance to `submit_event`.  So TriggerRunner thinks it needs to create the 
trigger [again], which it does.
   
   One way to resolve this is to have TriggerJob mark `complete` after 
successful complletion of `submit_event`.
   
   Not sure if this is _the best_ way to do it though.  Just taking a hello 
world swing at this @andrewgodwin 


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