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

An implementation of Resque in PHP.

Results 35 php-resque issues
Sort by recently updated
recently updated
newest added

Can we add ssl abilities as for the ruby version of library? https://github.com/resque/resque/issues/1626

feature request

I compare the code between resque and resque-scheduler ,find thair differrency, resque scheduler private function updateProcLine($status) { $processTitle = 'resque-scheduler-' . ResqueScheduler::VERSION . ': ' . $status; if(function_exists('setproctitle')) { setproctitle($processTitle);...

bug

This updates the PHPStan check to lvl 5. There are still some unresolved issues and the method types are based on the redis docs so might not be complete.