Problem
App running in the cloud expecting to handle a large number of requests :
not handle synchronously, rather handle them asynchronously.
At peak hours, using a single instance can cause the instance to become flooded with requests.
Solution
Competing Consumers In Practice