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

Add support for parallel batch processing #41

Closed
bbottema opened this issue Jun 5, 2016 · 2 comments
Closed

Add support for parallel batch processing #41

bbottema opened this issue Jun 5, 2016 · 2 comments

Comments

@bbottema
Copy link
Owner

bbottema commented Jun 5, 2016

Make sending mails optionally async (threaded)

When sending multiple mails in quick succession, the current process is very slow because every mail being sent has to wait for the previous mail to finish.

There should be an option to do it asynchronously using new threads.

@bbottema bbottema added this to the 4.0.0 milestone Jun 5, 2016
@bbottema bbottema self-assigned this Jun 5, 2016
bbottema added a commit that referenced this issue Jun 5, 2016
bbottema added a commit that referenced this issue Jun 5, 2016
@bbottema bbottema changed the title Make sending mails optionally async (threaded) Add support for parallel batch processing Jun 21, 2016
@bbottema
Copy link
Owner Author

bbottema commented Jul 5, 2016

Fixed.

@bbottema
Copy link
Owner Author

More advanced batch processing use cases are now supported as well (see #214).

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

No branches or pull requests

1 participant