eladkal commented on code in PR #36794:
URL: https://github.com/apache/airflow/pull/36794#discussion_r1452434661
##########
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:
If not mistaken this code is only for backward comptabitiy. Fixes should not
be applied here but in Celery provider.
I think in(?)
https://github.com/apache/airflow/blob/c2fee42db05c2069c399e0d25f564110c920fea8/airflow/providers/celery/executors/celery_executor.py#L184
--
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]