potiuk commented on code in PR #36794:
URL: https://github.com/apache/airflow/pull/36794#discussion_r1466570287


##########
airflow/cli/commands/celery_command.py:
##########
@@ -170,7 +170,7 @@ def worker(args):
         "--loglevel",
         celery_log_level,
         "--pidfile",
-        worker_pid_file_path,
+        worker_pid_file_path + ".celery.pid",

Review Comment:
   Fix should be done in both places (Ideally, possibly we could make one of 
those - the provider one - the source of truth and copy the changes to the main 
from there (with pre-commit) and yes adding a parameter might be a good next 
step.



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