dheerajturaga opened a new pull request, #50278:
URL: https://github.com/apache/airflow/pull/50278

   When running on distributed clusters, there is often a need to shutdown 
certain edge workers running on remote hosts. Today this requires you to ssh to 
the host, identify the pid file and run `airflow edge stop`. This PR addresses 
the inconvenience by adding the ability to request a safe shutdown of the 
remote worker. 
   
   You should now be able run `airflow edge shutdown-remote-edge-worker -H 
worker_name` and the worker will automatically enter the shutdown routine
   


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