You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Undocumented optionmax-worker-lifetime-delta triggers error unknown config directive: worker-lifetime-delta when using uSWGI in strict mode.
2022-01-13 22:35:27,587 INFO spawned: 'uwsgi' with pid 44
2022-01-13 22:35:27,598 DEBG 'uwsgi' stdout output:
[uWSGI] getting INI configuration from /app/uwsgi.ini
2022-01-13 22:35:27,599 DEBG 'uwsgi' stdout output:
[strict-mode] unknown config directive: worker-lifetime-delta
2022-01-13 22:35:27,599 INFO exited: uwsgi (exit status 1; not expected)
2022-01-13 22:35:27,600 DEBG received SIGCLD indicating a child quit
2022-01-13 22:35:27,601 INFO gave up: uwsgi entered FATAL state, too many start retries too quickly
Hi there,
Undocumented option
max-worker-lifetime-delta
triggers errorunknown config directive: worker-lifetime-delta
when using uSWGI in strict mode.uwsgi.ini
max-worker-lifetime-delta
was committed tomaster
in2.0.19
and is still present in the latestmaster
.The
strict
mode documentation says:I don't know why this uWSGI-defined option is returning an error as if it were a user-defined option.
The text was updated successfully, but these errors were encountered: