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

Issue at High Volume #6

Closed
JarrodJ83 opened this issue Nov 4, 2015 · 8 comments
Closed

Issue at High Volume #6

JarrodJ83 opened this issue Nov 4, 2015 · 8 comments
Assignees

Comments

@JarrodJ83
Copy link

Was using this during a load test I was doing as to not send actual emails out anywhere. It started throwing "The server response was: Syntax error, command unrecognized" exceptions after about 12k emails.

@Jaben
Copy link
Member

Jaben commented Dec 21, 2015

Please provide the code for the load test.

@JarrodJ83
Copy link
Author

The load test was for a notification system built for one our clients so it's not something I could simply send you. You should just be able to fire up LinqPad or create a console app that loops and sends emails until you experience the issue I would think. If needed I could provide you something like that.

@Jaben
Copy link
Member

Jaben commented Dec 21, 2015

I'll try and take a look when I get a chance.

@Jaben Jaben added this to the 4.5 milestone Dec 22, 2015
@Jaben Jaben added the bug label Dec 22, 2015
@Jaben Jaben self-assigned this Dec 22, 2015
@Jaben Jaben modified the milestones: 4.5, 4.6.0.0 Feb 23, 2016
@programcsharp
Copy link

I've run into a similar or related issue as well. If you're sending a bunch of emails in a loop -- testing a broadcast, for example, problems arise far earlier that 1000s of emails. 10s or 100s of emails in a tight loop will do it.

Papercut UI will freeze, Explorer process will soft crash and restart repeatedly (taskbar dies and then reappears a few seconds later). Testing on Windows 10 here.

I'd assume this isn't an issue with the server itself, but probably how it displays feedback and the systray notifications in particular. Throttling new email notifications to 1 per second or even less might help here...

Happy to test a fix and/or look at code if you can point me in the right direction.

@Jaben
Copy link
Member

Jaben commented Apr 1, 2016

@programcsharp I would suggest testing your assertion by setting up the Papercut.Service and just attempting to overload the server -- sans UI.

@Jaben
Copy link
Member

Jaben commented Apr 8, 2016

I tested with the service and there is no issue with 1000+ emails. The UI is the problem -- so I updated the UI to better throttle a high velocity of inbound emails. I'll release the update here very soon.

@programcsharp
Copy link

Awesome!

On Thu, Apr 7, 2016 at 6:16 PM, Jaben Cargman notifications@github.com
wrote:

I tested with the service and there is no issue with 1000+ emails. The UI
is the problem -- so I updated the UI to better throttle a high velocity of
inbound emails. I'll release the update here very soon.


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#6 (comment)

@Jaben Jaben removed this from the 4.6.0.0 milestone Aug 26, 2016
@Jaben
Copy link
Member

Jaben commented Oct 27, 2017

Closing this issue as I believe it's resolved in latest.

@Jaben Jaben closed this as completed Oct 27, 2017
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

3 participants