DEV Community

tash
tash

Posted on

Need help with my python project.

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.

Top comments (1)

Collapse
 
mileswk profile image
MilesWK

Hmmm... Maybe you could share your code, so we can see where you specifically need help!

Some comments may only be visible to logged-in visitors. Sign in to view all comments.