vlieven
vlieven
It's at the default value of 600 seconds, but the sensors don't get set to failed after that window either. (Unless I misunderstand the unit of the setting, and it's...
Thanks for wanting to think along on this :) We're not actually running this sample in production, it was constructed to reliably reproduce the issue. By setting the `poke_interval` to...
I was able to solve this problem by removing the piece of incorrect code as outlined by #41436. When this piece of code is removed, the tasks are processed correctly...
@RNHTTR I would like to contribute a PR to fix this issue. Do you know if there is a preference from the Airflow Committers for either of the solutions in...
Thanks for the suggestion @jedcunningham! It seems that the `_change_state` function was just missing an early return. I've opened a PR at #42624 that adds it.