GSA / notifications-admin

The UI of Notify.gov
https://notify.gov
Other
11 stars 2 forks source link

fix gunicorn config #1643

Closed terrazoon closed 3 months ago

terrazoon commented 3 months ago

Description

The original recommended best practice gunicorn config for # of workers was cpu_count * 2 + 1.

However, we have an unusual setup with lots of cpus and very little memory. So we need to tweak the formula. Make it workers = cpus.

Security Considerations

N/A