Need help with my python project.

tash - Feb 23 - - Dev Community

trying to solve these problems:
1.for each incoming request to the server i send 5 request to the third party api in a parallel manner.

  1. Problem is that sometimes workers get crashed due to system resources being at the maximum use (I think).
  2. I'm using fast api for this suggest me a better way that can handle traffic and scalable.
.