-
# Problem
On receiving multiple connections at the same time I observe a deadlock that causes gunicorn worker to completely freeze forever (the worker timeout does not kill the frozen worker).
Thi…
-
**Deployment**
- [ ] _implement script to load registered model from mlflow server_
- [ ] _containerize the API and host on render_
- [ ] _try uvicorn & gunicorn and compare performace_
- [ ] _e2e ci…
-
Hello,
We have been developing a FastAPI application where we use some external libraries to perform some NLP tasks, such as tokenization. On top of this, we are launching the service with Gunicorn …
-
Docker version: 25.0.3
when running with docker you'd get this error:
`Failed to deploy ' Dockerfile: Dockerfile': Status 400: failed to create task for container: failed to create shim task: OC…
-
### Environment
Which SDK and version?
sentry-sdk==0.20.2
gevent==21.1.2
gunicorn==20.0.4
### Steps to Reproduce
I have this code:
```
from gevent import monkey
monkey.patch_all()
im…
-
For some unkonw reasons, webserver gunicorn spawns orphan workers.
I use `gevent` worker class and set `workers=4`. But 2 extra workers are spawned and they are not child process of gunicorn master …
bix29 updated
2 months ago
-
## Basic Information
**After change the `.env` to PRODUCTION, the Gunicorn fail to build Django WSGI**
## Other Information
**Not convenient to setup the production docker container as there's on…
-
### Description
PR #1061 removed the `--threads` argument to gunicorn as it was incompatible with the chosen worker type (`gevent`) and was not being read.
**Should we switch to the `gthreads` w…
-
**Describe the bug**
```
Jun 19 17:36:52 409683c0-aaf6-48ad-9b2b-d7874460547c gunicorn[89838]: File "/var/app/current/application.py", line 478, in load_stuff
Jun 19 17:36:52 409683c0-aaf6-48ad-9…
-
Hey everybody,
I want to deploy a sentence encoding model using sentence-transformers.
My code looks something like this:
```python
from fastapi import FastAPI, HTTPException
from pydantic i…