aoen commented on a change in pull request #6709: [AIRFLOW-5834] Option to skip 
serve_logs process with workers
URL: https://github.com/apache/airflow/pull/6709#discussion_r353208579
 
 

 ##########
 File path: airflow/cli/commands/worker_command.py
 ##########
 @@ -28,6 +28,14 @@
 from airflow.utils.cli import setup_locations, setup_logging, sigint_handler
 
 
+def _serve_logs(env, skip_serve_logs=False):
+    """Starts serve logs process on port 80"""
 
 Review comment:
   Remove the 80 since it's a configurable port (just """Starts process to 
serve task logs""")

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to