Sha256: f3697c9355227c30c728d6373bb28b3ca5a7b970ae95e87809f058dc5efb73d4

Contents?: true

Size: 1.67 KB

Versions: 1

Compression:

Stored size: 1.67 KB

Contents

# CHANGELOG

## Version 0.4.0 (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

## Version 0.3.4 (April 23 2013)

 * FIX #22 Adds signal handlers for worker to manage proper shutdown (Thanks @tkiley)

## Version 0.3.3 (April 19 2013)

 * Fix naming conflict rename 'config' to 'queue_config'

## Version 0.3.2 (Jan 23 2013)

 * Bump version of beaneater to 0.3.0 (better socket handling)

## Version 0.3.1 (Dec 28 2012)

 * Adds basic forking processing strategy and rake tasks (Thanks @danielfarrell)

## Version 0.3.0 (Nov 14 2012)

 * 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)

## Version 0.2.6 (Nov 12 2012)

 * Upgrade to beaneater 0.2.0

## Version 0.2.5 (Nov 9 2012)

 * Add support for multiple worker processing strategies through subclassing.

## Version 0.2.0 (Nov 7 2012)

 * Add new plugin hooks feature (see HOOKS.md)

## Version 0.1.2 (Nov 7 2012)

 * Adds ability to specify a custom logger.
 * Adds job retry configuration and worker support.

## Version 0.1.1 (Nov 6 2012)

 * Fix issue with timed out reserves

## Version 0.1.0 (Nov 4 2012)

 * Switch to beaneater as new ruby beanstalkd client
 * Add support for array of connections in `beanstalk_url`

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
backburner-0.4.0 CHANGELOG.md