All Versions
28
Latest Version
Avg Release Cycle
145 days
Latest Release
991 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.4.6 Changes
October 26, 2014- NEW Add job to on_error handler if the handler has a 4th argument (@Nitrodist)
- NEW Use a timeout when looking for a job to reserve (@EasyPost)
- NEW Support configuring settings on threads on fork class (@silentshade)
- FIX queue override by existing queues (@silentshade)
- FIX Use thread to log exit message (@silentshade)
-
v0.4.5 Changes
December 16, 2013- FIX #47 Create a backburner connection per thread (Thanks @thcrock)
-
v0.4.4 Changes
October 27, 2013- NEW #51 Added ability to set per-queue default ttr's (Thanks @ryanjohns)
-
v0.4.3 Changes
July 19, 2013- FIX #44 Additional fix to issue introduced in 0.4.2
- FIX #45 More graceful shutdown using Kernel.exit and rescuing SystemExit. (Thanks @ryanjohns)
-
v0.4.2 Changes
July 03, 2013- FIX #44 Properly retry to connect to beanstalkd when connection fails.
-
v0.4.1 Changes
June 28, 2013- FIX #43 Properly support CLI options and smart load the app environment.
-
v0.4.0 Changes
June 28, 2013๐ 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
-
v0.3.4 Changes
April 23, 2013- FIX #22 Adds signal handlers for worker to manage proper shutdown (Thanks @tkiley)
-
v0.3.3 Changes
April 19, 2013- Fix naming conflict rename 'config' to 'queue_config'
-
v0.3.2 Changes
January 23, 2013- Bump version of beaneater to 0.3.0 (better socket handling)