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
This is a follow-up to #1337.
Using our own fork based on master, we have recently switched to using Python3, and as such have had to move to Gunicorn. Because we rely on SQLAlchemy-based connectors, we have to limit the number of Gunicorn workers to 1 to prevent issues such as described in #3164.
This considerably degraded the performance of Hue to the point that even instances serving ~20 active users and rarely running more than 3 queries in parallel end up with timeouts and gets restarted. We'd like to go back to CherryPy as the code that allows to rely on CherryPy is still there, it just fails because of some Python2 breaking changes.
Thanks
Steps To Reproduce
Not Relevant
Logs
No response
Hue version
Open source current master
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Description
This is a follow-up to #1337.
Using our own fork based on master, we have recently switched to using Python3, and as such have had to move to Gunicorn. Because we rely on SQLAlchemy-based connectors, we have to limit the number of Gunicorn workers to 1 to prevent issues such as described in #3164.
This considerably degraded the performance of Hue to the point that even instances serving ~20 active users and rarely running more than 3 queries in parallel end up with timeouts and gets restarted. We'd like to go back to CherryPy as the code that allows to rely on CherryPy is still there, it just fails because of some Python2 breaking changes.
Thanks
Steps To Reproduce
Not Relevant
Logs
No response
Hue version
Open source current master
The text was updated successfully, but these errors were encountered: