pavansharma36 commented on code in PR #36794:
URL: https://github.com/apache/airflow/pull/36794#discussion_r1467918497
##########
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:
Updated PR, since --pid arg in celery option was creating file with same pid
as worker.pid, removed that arg to celery and generate pid only with
run_command_with_daemon_option.
Updated executor to use celery command from provider package and deprecated
celery_command in core airflow
--
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]