1

Is there a way to reload the beanstalkd config without actually restarting beanstalkd?

When I use sudo service beanstalkd restart or sudo service beanstalkd force-reload it clears all the queues.

(Yes, in the future I will run it in persistent mode)

TTT
  • 6,505
  • 10
  • 56
  • 82
  • 1
    There doesn't appear to be a signal you can send to the Beanstalkd Daemon to reload. For production, the binlog is very highly suggested, since any crash/exit would drop all the jobs because they are only in memory. – Alister Bulman Apr 18 '13 at 12:55
  • Yes, that's what I also found out (the hard way :p). – TTT Apr 18 '13 at 17:06

0 Answers0