Hello, I'm having a big, showstopping problem on my airflow installation. When a task reaches its execution_timeout, I can see the error message in the task's log, but it never actually fails the task, leaving it in a running state forever. This is true of any task that has an execution_timeout set in any dag. I am using the CeleryExecutor. Are there hidden pitfalls to timeouts I should know about?
Thanks, Adam G.
