I have a system that reprocesses some code in some rare cases when a database transaction cannot be committed.
This can create situations where a call to our Mandrill API to send e-mails can be duplicated.
I was wondering if Mandrill had a way to identify each request? Ideally, I am looking for something exactly similar to Stripe's implementation of idempotent.
Thanks!