On 07/24/2012 04:20 AM, Alex Hermann wrote:
On Tuesday 24 July 2012 04:46:43 Alex Balashov wrote:
So, perhaps my issue comes down to the while() loop breaking before the queue is truly empty. That is, unless those thousands of records are somehow showing up between the while() condition evaluation and my log statement, which seems quite unlikely. Any way to fix that?
Just to be sure, you do have set max_while_loops high enough to handle your message rate?
I have it set to 2000, and am not exceeding 80-90 CPS, which each generate ~4-5 events/sec. I would think that would be high enough, but I suppose it's worth testing that theory just in case. Good call.