neuroforgede / nfcompose

Build REST APIs/Integrations in minutes instead of hours - NF Compose is a (data) integration platform that allows developers to define REST APIs in seconds instead of hours. Generated REST APIs are backed by postgres and support automatic consumer webhook notifications on data changes out of the box.
Mozilla Public License 2.0
33 stars 3 forks source link

Enable usage of gunicorn max-requests in runProduction.sh? #89

Open s4ke opened 6 months ago

s4ke commented 6 months ago

https://docs.gunicorn.org/en/stable/settings.html#max-requests

Reason: Memory usage is growing after a while for some customers. No memoryleak is known, this should be fixable via worker recycling though.