aheckmann / node-ses

An Amazon SES api for nodejs with proper error handling.
http://aheckmann.github.com/node-ses
MIT License
200 stars 37 forks source link

wish: automatic retry support #8

Closed markstos closed 10 years ago

markstos commented 10 years ago

Would you be interested in a patch that adds support for automatically attempting to resend the message in case of an intermittent failure?

I have in mind using the retry module, and exposing a way for users to specify their own retry settings if they are interested.

aheckmann commented 10 years ago

I think retry should stay outside this project. keep concerns separate. the API here is small enough to make it easy to wrap in retry.— Sent from Mailbox

On Tue, Jun 24, 2014 at 6:38 AM, Mark Stosberg notifications@github.com wrote:

Would you be interested in a patch that adds support for automatically attempting to resend the message in case of an intermittent failure?

I have in mind using the retry module, and exposing a way for users to specify their own retry settings if they are interested.

Reply to this email directly or view it on GitHub: https://github.com/aheckmann/node-ses/issues/8

markstos commented 10 years ago

Fair enough. Thanks for the prompt feedback. Closing this issue.