Sha256: aaebf8a83efefc664454ae4f518e47637de6423ecdc3ec478537f03ff2cf054c
Contents?: true
Size: 782 Bytes
Versions: 1
Compression:
Stored size: 782 Bytes
Contents
## 1.2.1 (2009-12-07) * Added `rake resque:workers` task for starting multiple workers. * 1.9.x compatibility * Bugfix: Yajl decoder doesn't care about valid UTF-8 * config.ru loads RESQUECONFIG if the ENV variable is set. * `resque-web` now sets RESQUECONFIG * Job objects know if they are equal. * Jobs can be re-queued using `Job#recreate` ## 1.2.0 (2009-11-25) * If USR1 is sent and no child is found, shutdown. * Raise when a job class does not respond to `perform`. * Added `Resque.remove_queue` for deleting a queue ## 1.1.0 (2009-11-04) * Bugfix: Broken ERB tag in failure UI * Bugfix: Save the worker's ID, not the worker itself, in the failure module * Redesigned the sinatra web interface * Added option to clear failed jobs ## 1.0.0 (2009-11-03) * First release.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
resque-1.2.1 | HISTORY.md |