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
feat(config): introduce new parameters for uWSGI worker recyling (reanahub#642)
Upgrade `uwsgi` version and add new parameters for worker recycling.
- `idle`: Restarts the worker after it has been idle for the specified
number of seconds.
- `max-requests`: Restarts the worker after serving the specified number
of requests.
- `max-worker-lifetime`: Restarts the worker after running for the
specified number of seconds.
- `reload-on-rss`: Restarts the worker when its resident memory exceeds
the specified threshold.
Closesreanahub#641
0 commit comments