insomnes commented on PR #46462:
URL: https://github.com/apache/airflow/pull/46462#issuecomment-2637551641

   > What will happen if two Dag runs are triggered at the same time, and two 
`TaskInstance`s are created from the same task simultaneously?
   
   If `random_name_suffix` arg is set (as default) they would have two 
different names by separate random suffixes the suffixes generated during 
`execute` calls in KPO by `build_pod_request_obj` method.
   
   If user has disabled name randomization  by `random_name_suffix=False` -- 
that's more on user side to ensure name uniqueness. 


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