You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After our gunicorn/gevent research, we found that some of our libraries (including our dbdriver) are not compatible with our current gunicorn gevent worker type. After load testing and several discussions with the team we have decided to switch to threads as we are not able to upgrade and monkeypatch all of our libraries right now.
We can consider gevent workers in the future if threads are not meeting our performance requirements and we are able to upgrade/MP all third party libraries.
The text was updated successfully, but these errors were encountered:
After our gunicorn/gevent research, we found that some of our libraries (including our dbdriver) are not compatible with our current gunicorn gevent worker type. After load testing and several discussions with the team we have decided to switch to threads as we are not able to upgrade and monkeypatch all of our libraries right now.
We can consider gevent workers in the future if threads are not meeting our performance requirements and we are able to upgrade/MP all third party libraries.
The text was updated successfully, but these errors were encountered: