mik-laj commented on a change in pull request #14537: URL: https://github.com/apache/airflow/pull/14537#discussion_r584468771
########## File path: docs/apache-airflow/production-deployment.rst ########## @@ -111,11 +111,7 @@ Airflow users occasionally report instances of the scheduler hanging without a t * `Scheduler gets stuck without a trace <https://github.com/apache/airflow/issues/7935>`_ * `Scheduler stopping frequently <https://github.com/apache/airflow/issues/13243>`_ -Strategies for mitigation: - -* When running on kubernetes, use a ``livenessProbe`` on the scheduler deployment to fail if the scheduler - has not heartbeat in a while. - `Example: <https://github.com/apache/airflow/blob/190066cf201e5b0442bbbd6df74efecae523ee76/chart/templates/scheduler/scheduler-deployment.yaml#L118-L136>`_. +To mitigate these issues, make sure you have a :doc:`health check </logging-monitoring/check-health.rst>` set up that will detect when your scheduler has not heartbeat in a while. Review comment: ```suggestion To mitigate these issues, make sure you have a :doc:`health check </logging-monitoring/check-health>` set up that will detect when your scheduler has not heartbeat in a while. ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
