potiuk commented on a change in pull request #7206: [AIRFLOW-6591] Add cli option to stop celery worker URL: https://github.com/apache/airflow/pull/7206#discussion_r368972555
########## File path: airflow/cli/commands/celery_command.py ########## @@ -23,8 +23,10 @@ from typing import Optional import daemon +import psutil from celery.bin import worker as worker_bin from daemon.pidfile import TimeoutPIDLockFile Review comment: Seems not used any more - can we still use it in our implementation ? ---------------------------------------------------------------- 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] With regards, Apache Git Services
