Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Load balancing adapters #24

Open
nickjj opened this issue Oct 23, 2016 · 0 comments
Open

Feature request: Load balancing adapters #24

nickjj opened this issue Oct 23, 2016 · 0 comments

Comments

@nickjj
Copy link

nickjj commented Oct 23, 2016

Use case

You have a mailing list with 500,000 people and mailing back-ends such as Amazon SES and SendGrid enforce limits such as 10 mails per second or 50 mails per second.

This increases the total send time for a "campaign" and is most definitely the biggest bottleneck when it comes to sending out a lot of e-mails in bulk.

Feature

It would be really nice if you could configure something to load balance multiple adapters that are configured. The first implementation could be a round robin balancer which simply alternates sending e-mails out to each adapter.

Down the line (or now if it's not difficult?) it would be interesting if you could supply your limit to the adapter in the form of e-mails per second and then introduce an algorithm that determines the fastest way to deliver all of your e-mails.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant