Displaying 1 result from an estimated 1 matches for "death_work".
Did you mean:
death_worker
2007 Sep 28
0
Workers sleeping habbits
...errors reported in either log file.
I made a simple DeathWorker last night to try to find out exactly
*when* death occurs. The worker will log when it asks for a message,
when it goes to sleep, and when it wakes up. Like so:
09/27/2007 13:23:05 (7673) DeathWorker: SQSMiddleMan.next_message
(:death_worker)
09/27/2007 13:23:05 (7673) DeathWorker: No message. Going to sleep.
09/27/2007 13:23:34 (7673) DeathWorker: Done sleeping.
The above log entries show the normal course of operation for the
DeathWorker: look for a message, almost immediately report that there
is no message and go to sleep fo...