hussein-awala commented on issue #29031:
URL: https://github.com/apache/airflow/issues/29031#issuecomment-1397785578

   Since the liveness probe request return `503`, you scheduler could be 
overloaded, and there are several different causes for this problem:
   - The request/limit resources for the pod
   - The number of the dags and the tasks in your server
   - The complexity of your dags files
   - The performance of the file system your using (volumes)
   - ... 
   
   I recommend reading [this 
doc](https://airflow.apache.org/docs/apache-airflow/stable/concepts/scheduler.html#fine-tuning-your-scheduler-performance),
 it can help you to debug and improve scheduler performance. 


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to