AlexisBRENON commented on issue #32512:
URL: https://github.com/apache/airflow/issues/32512#issuecomment-1630410017

   My bad, I found my mistake.
   This is the difference between `timeout` and `execution_timeout`.
   - `timeout` measure time between first poke and current one
   - `execution_timeout` measure time of running try
   In case of "poke" mode, both of them seems to be equivalent. However, in 
"reschedule" mode, execution time of a try can be very short (checking the file 
existence take less than a second) while the elapsed time between first and 
current "poke" can be longer (separated by multiple poke_interval).
   I will update the documentation to make it clearer as it is not the first 
time that mess with these fields...


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