Skip to content

Releases: daneren2005/php-resque

1.2.27

13 Feb 18:19
34ac492
Compare
Choose a tag to compare

Add log if redis connection is down when we try to requeue jobs

1.2.26

29 Jun 16:08
Compare
Choose a tag to compare

Another manual tag because composer is still grabbing .25 even though I deleted it from Packagist

1.2.16

29 Jun 16:01
Compare
Choose a tag to compare

Manual re-tag to fix Packagist

1.2.15

29 Jun 15:59
Compare
Choose a tag to compare

Change Resque_failure::create expected type from Exception to Throwable

1.2.14

18 Oct 23:53
Compare
Choose a tag to compare

Fix Worker not catching runtime Throwable exceptions in perform since PHP 7

1.2.13

02 Oct 20:49
Compare
Choose a tag to compare

Remove some logging/sleeps

1.2.12

02 Oct 20:40
Compare
Choose a tag to compare

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

02 Oct 20:26
Compare
Choose a tag to compare

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

25 Apr 22:16
Compare
Choose a tag to compare

Add helper methods to track currently working

1.2.5

22 Sep 22:08
Compare
Choose a tag to compare

Remove non-explicit select for twemproxy support