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_r369224282
########## 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: And let's check why we have no pylint/flake warning :) ... Maybe the file is in the TO ---------------------------------------------------------------- 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
