Hi all, I have an interesting requirement. I want to setup a queue that waits for either multiple responses or until a set time after the initial request was received so I can push out notifications.
For example I have a job with multiple activities to complete. The first activity gets updated and now we should wait Xminutes to wait for more activities to be completed before sending the notification. If the job completes all activities before Xminutes ignore the timer and send it out.
Has anyone implemented something like this? I'm using AWS and was looking at sns sqs.