Closed gannebamm closed 1 year ago
For some cases, we need to modify uwsgi.ini settings like
harakiri = 600 ; forcefully kill workers after 600 seconds
See: https://github.com/GeoNode/geonode/blob/master/uwsgi.ini
In theory, we could create our own uwsgi.ini file and mount it over the currently inherited one from https://github.com/GeoNode/geonode/blob/master/uwsgi.ini
Are there better alternatives?
@gannebamm we could consider variable expansion from environment
For some cases, we need to modify uwsgi.ini settings like
See: https://github.com/GeoNode/geonode/blob/master/uwsgi.ini
In theory, we could create our own uwsgi.ini file and mount it over the currently inherited one from https://github.com/GeoNode/geonode/blob/master/uwsgi.ini
Are there better alternatives?