casra-developers commented on PR #29935: URL: https://github.com/apache/airflow/pull/29935#issuecomment-1478072814
I am making a bit of progress in getting the tests to run in venv. One thing I forgot to mention before is that gunicorn is kind of a bad choice for cross-platform support as it is not available on Windows. What we ended up doing for getting the logs from our workers is using basically the same code with **waitress** instead of gunicorn. It is compatible with all platforms and works almost the same as gunicorn. Should we create an issue for this? https://pypi.org/project/waitress/ -- 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]
