-
Notifications
You must be signed in to change notification settings - Fork 2
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
timeout does not seem to work #17
Comments
Maybe the could be a |
There are new variables for the max number of processes and OMP thread. But here the issue is the webserver itself. We can simply limit it to two workers, shorten the backlog and also constrain the resources of the container
On 11 Nov 2021, at 07:08, Luc Patiny ***@***.***> wrote:
Maybe the could be a route that shows the currently running processes and when they started ? Also are we sure that when there is a time out the process that makes the calculations is really killed ?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#17 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AH3I2QNL3LERVJZZR5ZLBWLULNMXRANCNFSM5HUUYZXQ>.
|
For information here is the list of processes currently running
|
typically this is nothing that i'd put in the service code |
this is the only thing i can imagine now. That there is still some thread remaining |
and you can also add cpu limit in the docker-compose to avoid that you manually need to restart https://docs.docker.com/compose/compose-file/compose-file-v2/#cpu-and-other-resources. Maybe it is easier if you just use v2 |
@lpatiny reported that there seem to be issues with the timeout
The text was updated successfully, but these errors were encountered: