- Fix #8: Performing a DB select when the DB is set to default '0' is not necessary and breaks Twemproxy
- Fix #13: Added PIDFILE writing when child COUNT > 1
- Fix #14: Add bin/resque to composer
- Fix #17: Catch redis connection issue
- Fix #24: Use getmypid to specify a persistent connection unique identifier
- Add redis authentication support
- Include the file given by APP_INCLUDE as soon as possible in bin/resque
- Update composer dependencies
- Drop support of igbinary serializer in failed job trace
- Use ISO-8601 formatted date in log
- Drop .php extension in resque bin filename
If you're starting your workers manually, use
php bin/resque
instead ofphp bin/resque.php
- Fix #3 : Logging now honour verbose level
- Fix fatal error when updating job status
- Add missing autoloader path
- Moved top-level resque.php to bin folder
- Detect composer autoloader up to 3 directory level, and fail gracefully if not found
- Change some functions scope to allow inheritance
- Record job processing time
- Add method to get failed jobs details
- Merge v1.2 from parent
- Pause and unpause events go into their own log category
- Check that
$logger
is not null before using
- Update Composer.json
- Update Composer.json
- Delegate all the MonologHandler creation to MonologInit. (requires a composer update).
- Fix stop event that was not logged
- In start log, add a new fields for recording queues names
- Fix tests
- Merge latest commits from php-resque
- Add custom redis database and namespace support
- Job creation will be delegated to Resque_Job_Creator class if found
- Use persistent connection to Redis
- Fix unknown self reference
- Don't use persistent connection to redis, because of segfault bug
- Output to STDOUT if no log Handler is defined
- Initial release