On Sep 10, 3:56 pm, trak3r <[email protected]> wrote: > i'm using beanstalkd to feed about 4.5mm jobs a day to 200 worker > processes and i see roughly 80 results per day that have performed > duplicate/redundant work with nearly identical time stamps, suggesting > to me that beanstalk might be serving the same job to two workers a la > race condition, or these jobs when put into the queue got duped. > > has anybody else seen this, or might it be a known issue?
Your job will be revoked and handed to another worker if you take longer than the ttr to delete it. You should see an error in deleting the job when this happens. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
