Go to file
Vishvananda Ishaya 6af7c4d807 Fix for LoopingCall failing
Added in exception logging around amqp calls
Creating deferred in receive before ack() message
was causing IOError (interrupted system calls), probably
because the same message was getting processed twice
in some situations, causing the system calls to be doubled.
Moving the ack() earlier fixed the problem.
The code works now with an interval of 0 but that causes heavy
processor usage.
An interval of 0.01 keeps the cpu usage within reasonable limits
2010-06-11 11:07:52 -07:00
2010-06-01 13:48:06 -07:00
2010-05-27 23:05:26 -07:00
2010-05-27 23:05:26 -07:00
2010-05-27 23:05:26 -07:00
2010-06-11 11:07:52 -07:00
2010-05-27 23:05:26 -07:00
2010-05-30 14:12:04 -07:00
2010-05-27 23:05:26 -07:00
2010-05-27 23:05:26 -07:00
Description
RETIRED, Client code for the common scheduler for OpenStack
18 MiB