nodarai
nodarai
There are actually multiple ways of achieving it and there is a nice article about that: https://medium.com/@jgleeee/sharing-data-across-workers-in-a-gunicorn-flask-application-2ad698591875
I had the same issue when deploying to AWS Lambda and the solution was to use the same version of Python while building dependency packages as is on AWS Lambda....
Hey @zak10 , the bug doesn't seem to reproduce for me with the steps above. - Python 3.6.8 - Django==2.2.4 - portray==1.1.0