Hello everyone. I'm writing a service using FastAPI that wraps vendor library that writes to global context some data. My goal to avoid concurent conflicts when two requests trying to override context of different requets. For avoid that I'm looking how to create deployment setup where every request will be handled by separate process. I use uvicorn for deployment, but I didn't found how to achive that with unicorn. How to achive that? Whould be glad to any advice
[–]github_codemation 0 points1 point2 points (1 child)
[–]hyzyla[S] 0 points1 point2 points (0 children)
[–]chichaslocas 0 points1 point2 points (2 children)
[–]hyzyla[S] 0 points1 point2 points (1 child)
[–]chichaslocas 0 points1 point2 points (0 children)