Issue 292 in reviewboard: Email should be asynchronous.

2008-09-28 Thread codesite-noreply
Issue 292: Email should be asynchronous. http://code.google.com/p/reviewboard/issues/detail?id=292 Comment #3 by trowbrds: (No comment was entered for this change.) Issue attribute updates: Status: Confirmed -- You received this message because you are listed in the owner or CC fields

Re: Issue 292 in reviewboard: Email should be asynchronous.

2010-05-06 Thread reviewboard
Comment #5 on issue 292 by assafla...@gmail.com: Email should be asynchronous. http://code.google.com/p/reviewboard/issues/detail?id=292 I'm adding a vote to fix this: the fact that Publish takes a long time (5-7 seconds) means people press the button twice and get multiple posts. It's also

Re: Issue 292 in reviewboard: Email should be asynchronous.

2010-05-06 Thread reviewboard
Comment #6 on issue 292 by chipx86: Email should be asynchronous. http://code.google.com/p/reviewboard/issues/detail?id=292 The problem is, we're relying upon Django's e-mail functionality, and we have no control over the method in which that is sent. Fixing this in Review Board involves a

Re: Issue 292 in reviewboard: Email should be asynchronous.

2010-05-06 Thread reviewboard
Comment #8 on issue 292 by chipx86: Email should be asynchronous. http://code.google.com/p/reviewboard/issues/detail?id=292 That's awfully slow for that few users. It might be worth putting some logging in place to see where the slow part is (both analyzing the traffic to/from Exchange and

Re: Issue 292 in reviewboard: Email should be asynchronous.

2010-05-06 Thread reviewboard
Comment #7 on issue 292 by assafla...@gmail.com: Email should be asynchronous. http://code.google.com/p/reviewboard/issues/detail?id=292 I'm using Exchange. There are about 5 people in the default reviewer list; but AFAICS the email is sent just once (I see everyone in the To: list). Ther

Re: Issue 292 in reviewboard: Email should be asynchronous.

2010-05-06 Thread reviewboard
Comment #9 on issue 292 by assafla...@gmail.com: Email should be asynchronous. http://code.google.com/p/reviewboard/issues/detail?id=292 Well I'm pretty sure it's not Exchange that's taking up the time. It's generally very fast here and Publish is consistently very slow. I'm not entirely

Re: Issue 292 in reviewboard: Email should be asynchronous.

2010-06-30 Thread reviewboard
Comment #10 on issue 292 by scott.quesnelle: Email should be asynchronous. http://code.google.com/p/reviewboard/issues/detail?id=292 One thing that helped my email performance for ReviewBoard greatly was to use Postfix on the local box as a mail relay. ReviewBoard has the local postfix daemo