jedcunningham commented on issue #16298:
URL: https://github.com/apache/airflow/issues/16298#issuecomment-856312678


   Looks like the scheduler is getting a sigterm signal. Any hints in the 
events for the pod (you'll want a recent pod)?
   
   ```
   kubectl get event --field-selector involvedObject.name={scheduler_pod_name}
   ```
   
   BrokenPipeError happens after sys.exit(0), so you really need to trace down 
whats sigterming your scheduler constantly.
   


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


Reply via email to