Miretpl commented on issue #69048:
URL: https://github.com/apache/airflow/issues/69048#issuecomment-4827043279

   If you don't see missing dags or in the dag-processor logs, you see that the 
dag-processor is working, I would assume that there is high CPU usage + maybe 
some bottlenecks on the database, and the healthcheck command just passes the 
execution timeout. If that is the case, you can modify resources, maybe 
optimise Dags code regarding parsing and execution layers 
(https://airflow.apache.org/docs/apache-airflow/stable/best-practices.html#top-level-python-code,
 which in general should decrease workload on the Dag Processor) and tweak a 
little Dag Processor configuration like parsing processor, etc.
   
   From more fixes like workarounds, there are some options regarding the probe 
itself within the chart: 
https://github.com/apache/airflow/blob/helm-chart/1.22.0/chart/values.yaml#L3052.


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