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

php-resque is a Redis-backed PHP library for creating background jobs, placing them on multiple queues, and processing them later.

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

Hi! Symfony 6.0 has released more than a year ago, and 6.3 is rolling out soon. I was surprised that you haven't updated your components to 6.0 yet. Also good...

When running `vendor/bin/resque speed:test` ```bash Fatal error: Uncaught TypeError: Symfony\Component\Process\Process::__construct(): Argument #1 ($command) must be of type array, string given, called in /var/www/recon/vendor/mjphaynes/php-resque/src/Resque/Commands/SpeedTest.php on line 52 and defined in /var/www/recon/vendor/symfony/process/Process.php...

Couldn't really find it within the documentation.. is there a way to schedule a recurring job? Like a scheduled job that won't get destroyed on completion. There's only one solution...