Sounds like a problem with your multiprocess wrapper. What we did was launch multiple instances of a single threaded consumer using something like supervisord - this worked fine so I would recommend using it instead of the wrapper you are using. — chad
On Sun, Jul 28, 2013 at 9:49 PM, Shamir Udi <[email protected]> wrote: > Hi, > I'm using beanstalkd with python. > i have created worker and i'm trying to lunch it with multiprocess wrapper. > each instance is listening on the same tube but every instance acquire > different virtual machine to send binary to it (it should send jobs to > different vms). > unfortunately i cannot make it work a-synchronically. > any help is appreciated. > -Udi > -- > You received this message because you are subscribed to the Google Groups > "beanstalk-talk" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/beanstalk-talk. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "beanstalk-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/beanstalk-talk. For more options, visit https://groups.google.com/groups/opt_out.
