I am working on the SPacy 3.1 NER pipeline. I have created an application using FastAPI and running from the VM server by exposing the IP using the Unicorn server command [uvicorn main: app --host 0.0.0.0 --port 00]. Now, when I call my training API and start the training non of the other API are working, seems like they all are in queue. I have used async and await.
Can anyone guide me on how to run multiple APIs when training is in progress.