On Tue, Apr 5, 2011 at 10:03 PM, phantom <[email protected]> wrote: > it is noticed that the other 4 jobs which were > submitted remain in READY state for ever unless we manually re-queue > them in that tube.
What is the output of the "stats" command during the time when the four other jobs are stuck? > So the question is, does beanstalkd server lose the other jobs from > the READY queue of the tube without them even getting started? Those jobs should be reserved by any worker listening on the appropriate tube. Is it possible the worker has failed to send another reserve command after finishing the first job? kr -- You received this message because you are subscribed to the Google Groups "beanstalk-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/beanstalk-talk?hl=en.
