itstalmeez commented on PR #34715:
URL: https://github.com/apache/airflow/pull/34715#issuecomment-1843640604

   Implemented execution_timeout in place of a fixed 60-second timeout 
(self._timeout_sec) for checking dag run existence in the ExternalTaskSensor. 
The previous fixed timeout caused issues when numerous dag runs were pending 
transition into running states. Now, with execution_timeout, the sensor 
dynamically adapts to varying execution times.
   
   Seeking feedback on the use of execution_timeout and open to suggestions. 
Currently addressing deferred mode issues in ExternalTaskSensor step by step. 
This PR (Pull Request) addresses the first set of fixes for the deferred mode:
   
   #34204
   #34205
   #34207
   Note: Acknowledge known bugs in the current deferred mode logic and plan to 
address them incrementally. Refer to the Pull Request Guidelines for more 
details. For significant code changes, adhere to the Airflow Improvement 
Proposal (AIP) and ASF 3rd Party License Policy. Additionally, document 
backwards incompatible changes in newsfragments with appropriate naming 
conventions.


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to