-
Notifications
You must be signed in to change notification settings - Fork 691
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
max-requests-delta and strict mode #1488
Comments
max-requests-delta is a 2.1 option |
I am pretty sure, this has been backported, but |
@unbit I can find no release for 2.1. The latest version is /bin/uwsgi --ini bin/uwsgi_config.ini
[uWSGI] getting INI configuration from bin/uwsgi_config.ini
[strict-mode] unknown config directive: max-requests-delta |
the problem still exists on 2.0.26 version (current latest version) (venv) ➜ demo git:(master) ✗ pip freeze | grep uWSGI
uWSGI==2.0.26
(venv) ➜ demo git:(master) ✗ uwsgi --ini uwsgi/uwsgi.ini
[uWSGI] getting INI configuration from uwsgi/uwsgi.ini
[strict-mode] unknown config directive: max-requests-delta |
uWSGI 2.0.28 But there is no info in docs in which version or when this setting is available. Remove this flag from docs if this feature idea is abandoned because it makes people confused about it. |
It looks like that the
max-requests-delta
can't be used instrict
mode.Steps to reproduce:
foo.ini
:Result:
uWSGI version 2.0.14
The text was updated successfully, but these errors were encountered: