Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gunicorn by default has 1 process and 1 thread, which is bananas. It can scale via multiple processes or by switching its worker model. Otherwise we can only handle two simultaneous requests. Change-Id: Ie2956e26f864b9c091e9fa7a69c636977d6e6588 Reviewed-on: https://code.brigade.zone/28922 Tested-by: Leeroy Jenkins <[email protected]> Reviewed-by: Swarup Reddi <[email protected]>
- Loading branch information