php-kue icon indicating copy to clipboard operation
php-kue copied to clipboard

Kue is a priority job queue backed by redis, built for PHP.

Results 7 php-kue issues
Sort by recently updated
recently updated
newest added

New Kue library looks like have incremented job ids instead of generated unique id

I'm going to use it on production with one part on php and another on nodejs (+kue). Is it stable enough to work with basic jobs?

Hi, Getting this error when trying to create a kue object on line https://github.com/hfcorriez/php-kue/blob/master/lib/Kue/Kue.php#L64, Can someone help?

It seems this project is more complete than the README.md suggests :) Please add this snippet to README.md: ## Job failure / progress ``` // Process the `email` type job...

Since you are supporting chaining, hence most of the Job functions should have return $this; in the end. For eg in function priority