Unable to add more gunicorn workers on Django project
benjpujol
PROOP

2 years ago

Hey 👋

Just upgraded to Pro, I wanted to add more gunicorn workers to get more capacity (going from 8 -> 16), but the additional workers are unable to start.
Error message:

It runs fine locally, any hint?

Thanks in advance !

2 Replies

benjpujol
PROOP

2 years ago

946c760b-c58f-4c9a-98b8-b3fe1d360c6c


benjpujol
PROOP

2 years ago

Fixed by adding os.environ['OPENBLASNUMTHREADS'] = '1' on app start (from https://stackoverflow.com/a/57549064), not sure why it works 🤷


Loading...