0.42 2021-05-19 09:56:34+02:00 Europe/Madrid
- new size_map() method to get a batch of queue sizes in a pipeline
- new processing_map() worker method to get a batch of workers info in a pipeline
- new refresh_id() to allow dinamically queues to be shown on the iface
- new stats::set() required for refresh_id()
0.41 2021-05-14 14:10:04+02:00 Europe/Madrid
- Fixed mechanism to extract queue name to prevent from removing too much when queue name use simicolons
0.40 2021-05-14 13:51:52+02:00 Europe/Madrid
- Extract queue name from returned key when blocking pop is used
0.39 2021-05-14 12:59:28+02:00 Europe/Madrid
- Fixed test that was failing when Redis::Fast was installed reported by Slaven Rezić (#GH30)
- Implemented experimental support for blocking pop instead of polling (#GH2)
0.38 2021-05-07 15:24:50+02:00 Europe/Madrid
- Accept a hashref to initialize Redis client with custom arguments (gonzalo-radio)
- Fixed Gearman link on see also section
0.37 2018-12-10 21:22:15+01:00 Europe/Madrid
- Fixed docs for Resque::Failures::all() (reported by Nick Tonkin)
- Reformated POD for code examples all around Resque::Failures
0.36 2018-06-18 14:10:40+02:00 Europe/Madrid
- New Worker::autoconfig attribute to allow dinamic updates of working workers
0.35 2018-01-18 14:10:34+01:00 Europe/Madrid
- Allow graceful shutdown in "cant fork mode" (meru-akimbo)
- Stop being repetitive when working on verbose mode
0.34 2017-06-03 12:58:24+02:00 Europe/Madrid
- Fixed small bits of CLI docs
0.33 2017-06-03 12:51:56+02:00 Europe/Madrid
- New command to cleanup stalled workers
0.32 2017-06-03 03:10:44+02:00 Europe/Madrid
- Improved docs for plugin authors
0.31 2017-05-02 11:43:09+02:00 Europe/Madrid
- Refactored job payload attributes inflate/deflate to allow extension (meru-akimbo)
0.30 2017-04-27 06:52:03+02:00 Europe/Madrid
- Improve docs with usage examples (joshrabinowitz)
0.29 2017-04-24 00:34:22+02:00 Europe/Madrid
- Improve docs (joshrabinowitz)
- New bin/resque-tool to handle admin tasks (only queues ATM) (joshrabinowitz)
- Resque::create_queue() added for resque-tool.
0.28 2017-04-14 12:19:26+02:00 Europe/Madrid
- Fixed --redis server:port option on resque-worker (#GH23 by joshrabinowitz)
- Added some missing deps on 5.24
0.27 2017-02-20 15:20:09+01:00 Europe/Madrid
- Fixed cant_fork option on resque-worker (#GH21)
0.26 2016-08-19 20:27:43+02:00 Europe/Madrid
- New Resque::WorkerClass class to ease the creation of Moose based background jobs
- Resque::Worker::started() method now parse date string and returns a DateTime object
0.25 2016-08-16 13:38:13+02:00 Europe/Madrid
- Now Resque::worker() builds a fresh worker every time it's called (#GH20)
0.24 2016-07-13 22:03:49+02:00 Europe/Madrid
- Reverted #GH20 as it breaks workers losing reference to resque (will need a bigger rework)
0.23 2016-07-09 01:23:03+02:00 Europe/Madrid
- Fixed and reworked mass_remove (#GH19)
- Removed circular refs from worker and failures (#GH20)
0.22 2016-04-23 09:42:25+02:00 Europe/Madrid
- Script to run workers
- Failures::mass_remove method for fast and selective delete and requeue on failed jobs
0.21 2015-09-07 11:35:21+02:00 Europe/Madrid
- Docs fix
0.20 2015-09-07 11:26:35+02:00 Europe/Madrid
- Default to Redis::Fast when available (issue #17)
- Accept any kind of object as a redis client (djstevenson)
0.19 2014-04-28 22:41:44CET+0100 Europe/Madrid
- Support for win32 when prunning dead workers (codehead)
- dzil cleanup
0.18 2014-03-07 22:41:44CET+0100 Europe/Madrid
- Coerce object exceptions into string (issue #14)
0.17 2013-25-12 19:10:21 Europe/Madrid
- Stop comparing encoded json as it's broken with hash randomization (issue #13)
0.16 2013-07-12 19:10:21 Europe/Madrid
- Watch forked jobs exit status (Wolfgang Kinkeldei)
0.15 2013-04-26 16:38:40 Europe/Madrid
- Docs cleanup
- Allow custom job classes (Michal Sedlák)
0.14 2013-04-26 15:04:00 Europe/Madrid
- Respect worker queues order when reserving jobs (stop iterating!)
0.13 2013-03-07 15:51:47 Europe/Madrid
- Added support to use libs that use FindBin on worker classes
0.12 2013-02-15 02:50:41 Europe/Madrid
- Moved to Moose (from Any::Moose)
- New plugin system to allow Resque, Resque::Worker and Resque::Job roles (experimental and under documented)
- Store properly exceptions backtrace on Failure (Yusuke Watase)
0.11 2012-06-27 13:34:37 Europe/Madrid
- Fixed Worker::worker_pids() to also filter grep's own pid!
0.10 2012-06-27 13:11:34 Europe/Madrid
- Fixed Worker::worker_pids() to support solaris
0.09 2012-04-30 11:27:49 Europe/Madrid
- Fixed and documented requeue method on Resque::Failures
- New tests on requeue and remove failures
- Updated redis launcher test library (copied from Melo's Redis one)
0.08 2012-04-12 17:05:17 Europe/Madrid
- Worker interval attribute accept floating seconds (Time::HiRes::sleep).
- Worker interval attribute is documented now.
0.07 2012-04-03 00:39:06 Europe/Madrid
- Back to Redis dependency
- Using reconnect facility of Redis module
- encoding undef as recommended on Redis docs
0.06 2012-01-04 16:36:08 Europe/Madrid
- Replaced dependency on Redis for RedisDB
- Handle redis re-connection thank's to RedisDB
- More tests on workerland
- Stop requiring 5.10 on test libs
0.05 2012-01-03 20:30:46 Europe/Madrid
- Relaxed regex to catch pid's of running workers
0.04 2011-12-30 22:19:55 Europe/Madrid
- Hope this is the last POD bug. I suck!
- Delegate Resque::Job::redis() to resque()
0.03 2011-12-30 18:42:04 Europe/Madrid
- Renamed Pod::Weaver config file (old name was useless)
0.02 2011-12-30 18:34:32 Europe/Madrid
- POD reformatting to look fine on CPAN :-)
0.01 2011-12-30 17:50:59 Europe/Madrid
- Kind of working, need lot if tests and features