Right now the UI has to check the scheduler config for standalone_dag_processor in order to determin if the dag_processor health check should be rendered.
It would be better if we checked for standalone_dag_processor in the backend and simply not return a dag_processor object as part of the public/health endpoint if False
Right now the UI has to check the scheduler config for
standalone_dag_processor
in order to determin if the dag_processor health check should be rendered.It would be better if we checked for
standalone_dag_processor
in the backend and simply not return adag_processor
object as part of thepublic/health
endpoint if False