Is there some kind of service to queue api calls?
问题 I need to call the desk.com api to create cases when a customer completes a form on my site. However sometimes the API is down for maintenance (too often!) and my call will fail. Presently I just write the details to a log on error and send myself an email. Then I create the case manually. So I'm thinking to write some kind of message queue so instead of calling the api in-process, I can put the request in queue, then have some process work the queue and make the api calls. they way if the