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
Currently island can only handle one request at a time, so if request processing takes a while (complex report/waiting for timeout) island freezes and both, users and monkeys have to wait. Related: #857
To Reproduce
Steps to reproduce the behavior:
Add a sleep on version update resource, for example
Refresh the page. While version update resource is sleeping, island is not responsive.
Expected behavior
We should refactor to a non-blocking WSGI container as suggested here
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently island can only handle one request at a time, so if request processing takes a while (complex report/waiting for timeout) island freezes and both, users and monkeys have to wait. Related: #857
To Reproduce
Steps to reproduce the behavior:
Expected behavior
We should refactor to a non-blocking WSGI container as suggested here
The text was updated successfully, but these errors were encountered: