On Sat, Jun 18, 2011 at 2:09 PM, pedz <[email protected]> wrote: > I forked the project to add a way to specify a pid file and discovered that > detach is not in the current github source. > > Is it going away?
Yes. Avoiding -d makes it easier for process monitoring tools (such as, for example, init) to restart the process if it crashes. Any good process monitor will be able to control beanstalkd without -d. For example, the documentation for god suggests you should omit the pid_file setting when running beanstalkd. 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.
