Beanstalkd 0.7 Release Notes
I’m happy to announce beanstalkd 0.7.
This is a small release with one protocol change. This server won’t work with a client designed for any earlier beanstalkd.
What’s New
- Added “-u” option to switch user and drop privileges.
- Return buried job id during a put command.
- Build fix on Ubuntu (and probably others).
Our Urls
Download the 0.7 tarball directly:
http://xph.us/software/beanstalkd/rel/beanstalkd-0.7.tar.gz
Learn all about beanstalk:
http://xph.us/software/beanstalkd/
Talk about beanstalk development or use at:
http://groups.google.com/group/beanstalk-talk
Known Bugs
- The min heap data structure is not dynamically-sized. This means a fixed hard limit on the number of ready jobs (by default set to around 16 million).