As long as you are following the documentations for the recommended app.yaml entrypoint <https://cloud.google.com/appengine/docs/flexible/python/runtime#recommended_gunicorn_configuration>, your actual gunicorn.conf.py configuration is not Google-end and is a third-party project. As per the Gunicorn documentation <http://docs.gunicorn.org/en/stable/design.html#async-workers>, "The asynchronous workers available are based on Greenlets (via Eventlet and Gevent)". Looking at the Eventlet Git repository this exact issue has been discussed <https://github.com/eventlet/eventlet/issues/419>.
- Note that Google Groups is for general product discussions and not for technical support. Therefore it is recommended to consult the existing issues on Eventlet for this and to comment on their Issue Tracker <https://github.com/eventlet/eventlet/issues>if you need further assistance. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/27285d8b-9b1d-4f44-86d4-b6683a30bfe3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
