On Mon, Aug 30, 2010 at 10:36 AM, Cody Caughlan <[email protected]> wrote: > Furthermore current-jobs-ready = 2 but when I run a > 'peek_ready' I get null back. > > So 2 phantom jobs are stuck in the ready queue (?).
Remember that peek-ready uses the currently use-d tube, not the watch list. Try list-tubes, and do a stats-tube on each one. One or two tubes will have a ready job, so do use <tube> and then peek-ready. 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.
