Hello,
Just to be sure, about a server with multiple benches running together, what would be the advised max number of gunicorn workers per bench ?
Is it the usual number of workers (2*no of server cores + 1) / the number of benches ? Or would it be best to just keep the (2*no of server cores + 1).
In this case what could be the issue if the max number of gunicorn workers is too huge?