We use beanstalkd at work for our job queue’s due to its very low memory footprint and speed. However it was missing a few features we needed so I decided to fork it on github and start working on it and I’m pleased to announce it’s now available to download. You can grab it at https://github.com/wadewomersley/beanstalkd-ww.
* Added the much needed clear-tube function - removes all but reserved jobs, yes, even buried! * Fixed bug in log load where group reload was attempted while not supported. * Added removal of group reference from job on group delete * Fixed add_job_to_group and a bug in put. Also made put group optional * Reduced some unnecessary code from do_stats * Optimised do_stats to only recall the fmt function if need be * Adding job groups either during the put, using group-create. Also added group-delete to remove a group (does not delete the jobs) and group-stats allowing you to view the status of a group of jobs.


