genesis-aka.net
Managing Asynchronous Workflows with a REST API
While building REST APIs, architects often discover that they have particular operations that have to run in the background outside of the request processing scope. Some of these may be “fire and forget”—there is no need to report back to the client—for example, when initiating a shipment.
GeneAka