-
Notifications
You must be signed in to change notification settings - Fork 807
Closed
Labels
BugAn error, flaw, misbehavior or failure in the Monkey or Monkey Island.An error, flaw, misbehavior or failure in the Monkey or Monkey Island.
Description
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:
- 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
Metadata
Metadata
Assignees
Labels
BugAn error, flaw, misbehavior or failure in the Monkey or Monkey Island.An error, flaw, misbehavior or failure in the Monkey or Monkey Island.