- FIX #44 Additional fix to issue introduced in 0.4.2
- FIX #45 More graceful shutdown using Kernel.exit and rescuing SystemExit. (Thanks @ryanjohns)
- FIX #44 Properly retry to connect to beanstalkd when connection fails.
- FIX #43 Properly support CLI options and smart load the app environment.
NOTE: This is the start of working with @bradgessler to improve backburner and merge with quebert
- NEW #26 #27 Remove need for Queue mixin, allow plain ruby objects
- NEW Default all jobs to a single general queue rather than separate queues
- NEW Add support for named priorities, allowing shorthand names for priority values
- FIX #22 Adds signal handlers for worker to manage proper shutdown (Thanks @tkiley)
- Fix naming conflict rename 'config' to 'queue_config'
- Bump version of beaneater to 0.3.0 (better socket handling)
- 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