You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/08/30 20:53:23 UTC

[GitHub] [airflow] notatallshaw-work commented on pull request #24846: Bind log server on worker to IPv6 address (#24755)

notatallshaw-work commented on PR #24846:
URL: https://github.com/apache/airflow/pull/24846#issuecomment-1232156413

   FYI also affected by this.
   
   @potiuk Are you suggesting a preferred PR would be to catch this exception and try binding to IPv4 only?
   
   To me it looks like Gunicorn only throws a `sys.exit(1)` on this error: https://github.com/benoitc/gunicorn/blob/master/gunicorn/sock.py#L198
   
   Possible to catch `SystemExit` but it's not the best behavior as you can't tell if that happened for some other reason.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org