API becomes unresponsive when large jobs are run
Open
bug
major
- Dominant language
- Python
- Stars
- 184
- Forks
- 41
- PR merge metrics
- No merged PRs in 30d
Description
The root cause of this is the single-threaded Tornado server, but we should figure out exactly what the long API calls are and figure out the best way to fix this.
My guess is that the long API calls are the slaves sending large results back to the master.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.