[GitHub] [airflow] Jorricks commented on issue #13542: Task stuck in "scheduled" or "queued" state, pool has all slots queued, nothing is executing

2021-10-17 Thread GitBox
Jorricks commented on issue #13542: URL: https://github.com/apache/airflow/issues/13542#issuecomment-945386663 > i got same issue here. in my case, after i resizing airflow worker pod resouece size. (smaller than before.) it happend!. i'm not sure but it might related with your worker pod

[GitHub] [airflow] Jorricks commented on issue #13542: Task stuck in "scheduled" or "queued" state, pool has all slots queued, nothing is executing

2021-09-21 Thread GitBox
Jorricks commented on issue #13542: URL: https://github.com/apache/airflow/issues/13542#issuecomment-924363913 > We're continuing to see an issue in `2.1.3` where DAG tasks appear to be running for many hours, even days, but are making no visible progress. This situation persists through s

[GitHub] [airflow] Jorricks commented on issue #13542: Task stuck in "scheduled" or "queued" state, pool has all slots queued, nothing is executing

2021-07-09 Thread GitBox
Jorricks commented on issue #13542: URL: https://github.com/apache/airflow/issues/13542#issuecomment-877087945 > https://github.com/apache/airflow/blob/b0f7f91fe29d1314b71c76de0f11d2dbe81c5c4a/airflow/jobs/scheduler_job.py#L336 > > . This particular line looks like it limits the quer

[GitHub] [airflow] Jorricks commented on issue #13542: Task stuck in "scheduled" or "queued" state, pool has all slots queued, nothing is executing

2021-07-08 Thread GitBox
Jorricks commented on issue #13542: URL: https://github.com/apache/airflow/issues/13542#issuecomment-876187522 > We just updated it. We will let you know in the morning - hopefully we see some improvement! You can try the things mentioned here [in this comment](https://github.com/ap

[GitHub] [airflow] Jorricks commented on issue #13542: Task stuck in "scheduled" or "queued" state, pool has all slots queued, nothing is executing

2021-07-07 Thread GitBox
Jorricks commented on issue #13542: URL: https://github.com/apache/airflow/issues/13542#issuecomment-875932438 > We're only making use of the `default_pool` and tasks are moving from `Queued` to `Running` there but aren't entering the queue despite being in a `Scheduled` state.

[GitHub] [airflow] Jorricks commented on issue #13542: Task stuck in "scheduled" or "queued" state, pool has all slots queued, nothing is executing

2021-06-15 Thread GitBox
Jorricks commented on issue #13542: URL: https://github.com/apache/airflow/issues/13542#issuecomment-861521020 @shivanshs9 did you try what I mentioned? Stopping the scheduler, then clearing the Task Instances and starting the scheduler again? -- This is an automated message from the

[GitHub] [airflow] Jorricks commented on issue #13542: Task stuck in "scheduled" or "queued" state, pool has all slots queued, nothing is executing

2021-06-15 Thread GitBox
Jorricks commented on issue #13542: URL: https://github.com/apache/airflow/issues/13542#issuecomment-861304352 > `kill -USR2 ` -- how you get the pid depends upon how and where you are running it :) > > Likely exec in to the container, run `ps auxww` and find the oldest scheduler pr

[GitHub] [airflow] Jorricks commented on issue #13542: Task stuck in "scheduled" or "queued" state, pool has all slots queued, nothing is executing

2021-06-15 Thread GitBox
Jorricks commented on issue #13542: URL: https://github.com/apache/airflow/issues/13542#issuecomment-861300533 I currently work for a company where we have 100+ DAGS running with approximately a 1000 tasks. We were running into a similar issue. I figured out there is a bug in the