On Wed, Aug 19, 2009 at 6:16 PM, voomstudio.com<[email protected]> wrote: > I have a consumer on a separate process with the same default > 127.0.0.1:11300 config that "watches" this named queue of notification > (ignoring default). The consumer tries to pull/consume jobs using the > "peek-ready" option. So all jobs on this queue in a ready state should > be available to be reserved.
Try using the "reserve" or "reserve-with-timeout" command. Workers don't normally need to use the peek commands. 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 -~----------~----~----~----~------~----~------~--~---
