Xavier Valls
Xavier Valls
Not as it's written, because you would still need the other libraries: pytest-csv, etc...but yeah, they could be merged into a single issue
Hi, we ran into the same problem several weeks ago. Sadly, the IPC solution described in the PR referenced above is not an option for us in terms of performance,...
> One possible solution is to launch your program on a restricted number of CPU cores using the `taskset` command to match the CPU quotas of the docker container. In...
Hi, @alexey-katranov. In this context, my suggestion would be to interpret the CPU quota/period ratio to decide the default number of threads. If you read a quota of two times...
Hi, @alexey-katranov Didn't get an answer on on future support for this issue :)
@alexey-katranov The problem you are describing has to be solved when configuring the quota. Once the quota has been set, your service won't be able to go over it, independently...