Tasks stuck in queued state #31928
Unanswered
NXDnixiaodong
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Why are most tasks queued?And even if some running tasks are displayed in the queued state in the k8s cluster
dag = DAG( dag_id, max_active_tasks=100, max_active_runs=100, default_args=default_args, description='A DAG to read a matrix from a CSV file and perform matrix multiplication', schedule_interval=None, start_date=days_ago(2), catchup=False, )
Beta Was this translation helpful? Give feedback.
All reactions