I would like to see the current domain queue for messages waiting to be processed
I am using a route to post incoming message to an API for processing. If the processing is successful, all is fine. If there is a processing problem, Mailgun correctly retries to post after a period of time.
I would like a way I can see all the emails that are waiting to be re-tried? I can see them in the log marked as "Will retry in 900 seconds:", but it is difficult to determine which emails are still waiting to be processed.
I want to see a list of everything that is currently waiting to be retried. That way, I can determine if there is a bug in my processing, or if I need to add more compute power to process the queue.
7
votes
