Unexpected server error. Please contact the developers! Status code: 500
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 755
- Forks
- 128
- PR merge metrics
- No merged PRs in 30d
Description
When running a bunch of experiments at the same time, I sometimes get the following error for a few seconds:
Unexpected server error. Please contact the developers!
Status code: 500
I am running experiments for the random forest on one big machine with 72 cores. Especially with small datasets the models are built extremely fast, so I suspect the server might be unable to handle all the requests. At the same time I am also running experiments for svm in a batch with five 4 core machines.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the concurrent random-forest and SVM experiment batches described in the report, using a large machine and multiple smaller machines. Investigate how the server handles the simultaneous requests and verify that the workload no longer produces intermittent HTTP 500 errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100