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

Time out when thousands of e-mails have been sent #11

Open
jmgarnier opened this issue May 6, 2014 · 0 comments
Open

Time out when thousands of e-mails have been sent #11

jmgarnier opened this issue May 6, 2014 · 0 comments

Comments

@jmgarnier
Copy link

To reproduce this bug, generate a few thousands of e-mails from the console with:

2000.times { ActionMailer::Base.mail from: '[email protected]', to: '[email protected]', subject: 'test', body: '' }

Go to http://localhost:3000/delivered_mails and wait ...

It sounds like the View & Controller layer will have to be refactor / rewritten. An ActiveAdmin engine is a potential solution.

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