potiuk commented on issue #17120:
URL: https://github.com/apache/airflow/issues/17120#issuecomment-930554979


   There is no fix, because we do not know what the issue is. Actually your 
case shows an interesting problem and maybe the root cause for the issue:
   
   OSError: [Errno 98] Address already in use
   
   It looks like this is a deployment issue where you try to run two airflow 
components on the same server - schedulers and workers for example and they are 
all serving the same logs. The problem is most likely with your deployment. I 
am converting this to a discussion as this is likely a deployment issue.
   
   Can you please describe @agentdanger what is the deployment you are using 
and how it hapened that you run several airflow components on the same server?
   


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