How to Handle Long Running Jobs on HTTP
Oct 30, 2020 · 4 min read · There are situations where we need to perform complex or long running operations in our server while exposing it via an API. Those situations will force you to make a choice: Make the client wait for the response, which make takes more than a minute...
Join discussion
