I've created an API that allows you to make a POST request that doesn't return an immediate result to the client and needs to be processed. I would like to allow the client to send multiple POST requests which are queued and processed one at a time. Could you recommend a package that can help me in this task? Can you give me an example of:
- how to create a queue
- how to add a POST request to the queue