Flolagale / mailin

Artisanal inbound emails for every web app
mailin.io
MIT License
1.95k stars 152 forks source link

Using Redis as a message queue to retry postWebHook #85

Open zllovesuki opened 8 years ago

zllovesuki commented 8 years ago

Thanks for the awesome project btw.

I (re)written one with Promise based on your project, and used it in my (re)written mail server. Though in my implementation, I'm using separate workers to do the actual postWebHook with exponential back offs.

Do you think mailin should implement a Redis-based MQ to retry postWebHook?

helsont commented 7 years ago

@zllovesuki Is this codebase openly available? Interested in exponential back off retry.

zllovesuki commented 6 years ago

@helsont SUPER late reply, but yes. My project dermail-mta has this.