php-resque-ex icon indicating copy to clipboard operation
php-resque-ex copied to clipboard

PHP port of resque (Workers and Queueing), with phpredis support, and more logging options

Results 18 php-resque-ex issues
Sort by recently updated
recently updated
newest added

old syntax was not working on PHP 8.1 it's providing an Impload syntax error. it should be the first param as Separator and the second param as Array.

Monolog 2 removed all non-PSR3 calls including all `add*()` methods. By using these methods, this library maintains Monolog 1 compatibility, but does not break when using Monolog 2.

This fixes https://github.com/MISP/MISP/issues/5283 when the fallback to Redisent is used.

Small change to ensure that we're running a monolog version that is compatible (seems like a newer released broke compatibility). Thanks for all your work!

Hi, we're seeing the following MySQL error when running a job through the queue worker. When running the same class outside the queue environment the error doesn't appear. ````PHP Warning:...

`Resque::dequeue` is a major missing method from the current release. Thanks :)

Connected issue : https://github.com/phpredis/phpredis/issues/70 https://github.com/wa0x6e/php-resque-ex/issues/41 The situation is getting worse on PHP7

As soon as you include multiple redis hosts, the current library falls back to using Redisent (RedisentCluster). It looks like RedisentCluster is doing consistent hashing to manage which Redis host...

I've been trying this for a while but for some reason I cannot seem to be able to create a `Resque_Job_Creator` class that the `Job` class can autoload without editing...

Hello, I found that our server sometimes throw the exception `read error on connection`. We are using with phpredis. The issue also happens in the vanilla phpredis and they have...