t4n1o edited a comment on issue #19192:
URL: https://github.com/apache/airflow/issues/19192#issuecomment-953674548


   LocalExecutor:
   
![image](https://user-images.githubusercontent.com/75998700/139227798-c818e38c-cd57-433e-9ccd-e623848023a4.png)
   
   In this screenshot the scheduler is running 4 of the same process / task, 
because `max_active_runs` was not set (I subsequently set it to 1, because 
that's the behaviour I want).
   
   As stated above, the issue is airflow will not run other dags and the 
scheduler is not responding. (Strangely, the scheduler is apparently also quite 
happy to run 1 task from 1 dag in 4 parallel processes.)
   
   I suspect some value in the configuration or not enough database 
connections. 
   


-- 
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]


Reply via email to