On Tue, Nov 20, 2012 at 1:49 PM, Ben <[email protected]> wrote: > I started beanstalkd using "-b" to have a binlog created. Now I expected > that every job which is not yet finished/deleted will be restored after a > restart of beanstalkd. In fact the jobs will only be recovered if I kill > beanstalkd via "killall beanstalkd" instead of a clean shutdown.
I'm not sure I understand what you mean by "clean shutdown". Beanstalkd doesn't distinguish different ways of shutting it down; it's crash-only. Can you provide specific steps reproduce the behavior you don't expect? If you expected "every job which is not yet finished/deleted will be restored", can you describe what you actually saw? (For example, "after starting, beanstalkd was empty, with no jobs counted in the stats command output".) -- 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.
