ministryofjustice / cla_frontend

CLA Front End
http://ministryofjustice.github.io/cla_docs/
MIT License
3 stars 4 forks source link

Enable Vacuum setting for uwsgi #810

Closed said-moj closed 2 years ago

said-moj commented 2 years ago

What does this pull request do?

Enable Vacuum setting for uwsgi Increase number of workers to 4 Decrease number of http-workers to 2 - Still trying to figure the impact of this config setting Increase harakiri to 30 seconds to stop legitimate requests being killed off early

Any other changes that would benefit highlighting?

The vacuum option will instruct uWSGI to clean up any temporary files or UNIX sockets it created, such as HTTP sockets, pidfiles, or admin FIFOs

Checklist