Open GoogleCodeExporter opened 9 years ago
Edit: work items appearing 1-20 times per minute, not second. The point is that
the workers are mostly idle.
Original comment by fgunder...@gmail.com
on 5 Mar 2012 at 10:11
I think it would be helpful to have more detailed timings/tracings at different
points inside and outside the programs to find out where the delay is. For
example, a "tcpdump" time for when the network packet arrives at the client
hardware, and a time from inside Python for when your code got the message from
amqplib - to find out if the delay is actually in the network stack/client
library (and not in the broker).
Original comment by barry.pe...@gmail.com
on 10 Mar 2012 at 7:09
I have been using the timeout patch with a 2 sec timeout. The 2 sec timeout is
used mostly in dev for cleanly exiting the app by catching ctrl+c (see comment
in the timeout patch thread). However having a timeout seems to be the main
culprit in my problem. By increasing the timeout to 20 secs the problem almost
goes away. It seems there is some kind of problem when having frequent
reconnects (or whatever happens when the timeout expires).
Original comment by fgunder...@gmail.com
on 24 Mar 2012 at 9:18
Original issue reported on code.google.com by
fgunder...@gmail.com
on 5 Mar 2012 at 10:09