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