mik-laj commented on issue #17191:
URL: https://github.com/apache/airflow/issues/17191#issuecomment-888611296


   @jedcunningham I am not sure. It seems to me that the main process should 
monitor the child process and restart it when it detects problems with it. 
Similarly, Scheduler monitors DagFileManager and DagFileManager monitors 
DagFileProcessory. The user does not need to know the internal components of 
the application / processes to monitor them, because the application already 
knows them and can monitor them. The problem is only with the process at the 
top of the process tree, which has no parent process and needs to be monitored 
externally.


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