Re: how does Django handle outbound requests?

2021-06-27 Thread Glenn Rutkowski
g down Django or your other components. Then optimize if needed > before you go into production... > > hth > > - Tom > > > On Jun 25, 2021, at 2:41 PM, Glenn Rutkowski > wrote: > > Can anyone point me in the right direction? We are using Django as an API >

how does Django handle outbound requests?

2021-06-25 Thread Glenn Rutkowski
Can anyone point me in the right direction? We are using Django as an API Endpoint that accepts a request and then repackages it and sends it to an external service and waits for a response. I'm interested in the external call and how it is handled. If it times out or takes forever, what it t