DEV Community

Discussion on: Setting a timeout in distributed services is a good practice to avoid side effects

Collapse
 
aregaz profile image
Illia Ratkevych

Wow, thanks for sharing. I already use Polly but more for retries. I had similar issues with long requests, but in that case, we faced ThreadPool starvation since threads weren't able to be released if the task took time more then couple dozen seconds.