php-resque
php-resque copied to clipboard
An implementation of Resque in PHP.
Can we add ssl abilities as for the ruby version of library? https://github.com/resque/resque/issues/1626
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);...
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.