Closed Q-si closed 4 months ago
Is it possible to run the Docker Container with an additional Environment-Variable to add several uvicorn Workers for parallel-processing the user-requests?
--> for example: "-e WORKER=4"
I was able to solve the problem myself. I just had to make an adjustment to the Dockerfile.
Is it possible to run the Docker Container with an additional Environment-Variable to add several uvicorn Workers for parallel-processing the user-requests?
--> for example: "-e WORKER=4"