- Adds basic forking processing strategy and rake tasks (Thanks @danielfarrell)
- Major update with support for a 'threads_on_fork' processing strategy (Thanks @ShadowBelmolve)
- Different workers have different rake tasks (Thanks @ShadowBelmolve)
- Added processing strategy specific examples i.e stress.rb and adds new unit tests. (Thanks @ShadowBelmolve)
- Upgrade to beaneater 0.2.0
- Add support for multiple worker processing strategies through subclassing.
- Add new plugin hooks feature (see HOOKS.md)
- Adds ability to specify a custom logger.
- Adds job retry configuration and worker support.
- Fix issue with timed out reserves
- Switch to beaneater as new ruby beanstalkd client
- Add support for array of connections in
beanstalk_url