-
-
Notifications
You must be signed in to change notification settings - Fork 880
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Concurrent users broken with job-manager #858
Comments
Couldn't figure out where it's hanging, I tried swapping out the int list for a proper semaphore but python isn't really my thing |
Still present in latest commit (67515f0). It appears necessary to restart the container to recover in this state. |
What happened?
When using the job-manager, concurrent requests from separate browsers/users seem to be causing a deadlock that makes the UI entirely unresponsive, even after all jobs are complete. Docker instance has to be rebooted to get it back.
Version
0.0.1 (Default)
What browsers are you seeing the problem on?
Chrome
Where are you running the webui?
Linux
Custom settings
No response
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: