On Sep 11, 7:36 am, trak3r <[email protected]> wrote: > Yup, but I'm seeing no such errors, and the fact that the timestamps > are fractions of a second apart strongly suggests that two workers are > processing the same job at the same time, not what I would expect if > one worker had timed out while requesting the job.
The first thing that came to mind here was the possibility of the first worker being blocked by a database lock for longer than the beanstalk ttr. Then another worker gets the job and the lock happens to clear and both workers end up committing their transactions. Not sure this is the case here but it sounds plausible. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
