I'm using beanstalkd
to managed queues. I just realised that if there are jobs in a queue and the beanstalkd
process is restarted or crashes then the job is lost forever (or so I think).
Is there a way to preserve the jobs in the queue on beanstalkd
failure or restart? If not, whats best practice to ensure jobs are never lost?
-b
option whenbeanstalkd
is started as a service? – Dorseydorsiferous