How to Handle Long Running Jobs on HTTP
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...
caveman.hashnode.dev4 min read