Long delay in "queued" state before DAG tasks start running #73063
Unanswered
ANBUPRIYA-A-D
asked this question in
Q&A
Replies: 2 comments
|
Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval. |
0 replies
|
Hey, did you find a solution? I’m experiencing the same issue with Airflow 3.0.6. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Apache Airflow version
3.0.6
If "Other Airflow 2 version" selected, which one?
No response
What happened?
I am running Airflow and using it to create a code-server container.
When I trigger the DAG, I notice that the task initially stays in the queued state for up to ~20 seconds before moving to the running state.
Observed behavior:
DAG is triggered successfully. Task stays in queued state for ~20 seconds. After that delay, it transitions to running and executes normally.
Steps to reproduce:
Trigger a DAG that creates a code-server container. Observe the task state transition in the Airflow UI.
Environment:
Airflow version: 3.0.6
Executor type: KubernetesExecutor
Deployment: Helm
What you think should happen instead?
No response
How to reproduce
Task should transition from queued → running as quickly as possible (minimal delay).
Operating System
NAME="Red Hat Enterprise Linux" VERSION="8.10 (Ootpa)"
Versions of Apache Airflow Providers
No response
Deployment
Official Apache Airflow Helm Chart
Deployment details
No response
Anything else?
No response
Are you willing to submit PR?
Code of Conduct
All reactions