RNHTTR commented on issue #33785: URL: https://github.com/apache/airflow/issues/33785#issuecomment-1699827946
If this is impacting you, you can use [stalled_task_timeout](https://airflow.apache.org/docs/apache-airflow/2.4.2/configurations-ref.html#stalled-task-timeout) if you're using CeleryExecutor or [worker_pods_pending_timeout](https://airflow.apache.org/docs/apache-airflow/2.4.2/configurations-ref.html#worker-pods-pending-timeout) if you're using KubernetesExecutor. Or upgrade to 2.6+ and use [task_queued_timeout](https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#task-queued-timeout) regardless of executor. -- 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]
