Hi,

We're having trouble with a `PythonOperator`'s `execution_timeout`. It's being set directly in the constructor as `datetime.timedelta(minutes=10)`. However, the task doesn't timeout until almost 5 hours is passed. This behavior is pretty consistent. It's merely a SQL query issued by the Python callable that can get deadlocked.

Any thoughts?

Thanks,
Alyssa

Reply via email to