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