Releases: daneren2005/php-resque
1.2.27
Add log if redis connection is down when we try to requeue jobs
1.2.26
Another manual tag because composer is still grabbing .25 even though I deleted it from Packagist
1.2.16
Manual re-tag to fix Packagist
1.2.15
Change Resque_failure::create expected type from Exception
to Throwable
1.2.14
Fix Worker not catching runtime Throwable exceptions in perform since PHP 7
1.2.13
Remove some logging/sleeps
1.2.12
Add a more complete fix for PHP 7 not working with declare(ticks = 1). This means this branch is no longer compatible with PHP 7.0 and below at all since this function was added in 7.1. Some useful links:
https://bugs.php.net/bug.php?id=71448
http://php.net/manual/en/function.pcntl-async-signals.php
1.2.10
This includes a partial fix for PHP 7 not being able to properly exit child processes. It is still not complete since this will only properly exit children who are polling for changes and NOT children who are busy running workers.
1.2.9
Add helper methods to track currently working
1.2.5
Remove non-explicit select for twemproxy support