-
**Describe your environment**
Python 3.8.5
opentelemetry-distro[otlp]==0.44b.0
Gunicorn 22.0.0
**Steps to reproduce**
1. Run a Gunicorn Flask app as described in [the documentation](https://git…
-
Hello,
I am wondering if an security hardening guide or a checklist exists for gunicorn?
For example something like [this](https://www.cisecurity.org/benchmark/apache_tomcat/) would be super usefu…
-
### Issues Policy acknowledgement
- [X] I have read and agree to submit bug reports in accordance with the [issues policy](https://www.github.com/mlflow/mlflow/blob/master/ISSUE_POLICY.md)
### Where…
-
### Operating System
Linux
### Version Information
Python Version: 3.10
SDK: V2
azure-ai-ml package version: 1.8.0
### Steps to reproduce
Hi,
I am following the [notebook](https://gi…
obiii updated
1 month ago
-
A new installment of [_"I can't reproduce it, that can't happen!"_](https://ankush.dev/p/tip-concurrency-schedule) just dropped.
![image](https://github.com/user-attachments/assets/6a1b5523-3ad4…
-
### The bug
Setting `IMMICH_HOST=::` causes the container to crashloop
```
+ gunicorn app.main:app -k app.config.CustomUvicornWorker -c gunicorn_conf.py -b :::3003 -w 1 -t 120 --log-config-json l…
-
Since i switched on app insight opentelemetry dependency incompatibilities fights back. I still don't have an explanation as version
opentelemetry-instrumentation==0.47b0 used in requirements.txt d…
-
# Gunicorn 调优
## 现状
* `-w 4` 设置 Gunicorn 的工作进程数。这个值由环境变量 GUNICORN_WORKER_NUM 提供。工作进程用于处理并发请求。
* `-b` :$PORT: 绑定 Gunicorn 服务器到一个特定的端口。这个值由环境变量 PORT 提供。
* `--access-logfile` : 将访问日志输出到标准输…
-
As for now, to reload config with fixed users, we need to restart entire service.
It's possible to make http handler to `apiserver.config.basic.BasicConfig.reload` function, to call it after config u…
v1ack updated
1 month ago
-
Hello!
I try to use flask-socketio with gunicorn and at it works well. But when i try to use reload mod for debbuging, autoreload doesn't work on code changes. It happens only if i run socketio. I …