resque
resque copied to clipboard
ResqueBundle for Symfony 4+
A PR to show the differences between the two branches
``` Deprecation Notice: Class ResqueBundle\Resque\JobTest located in ./vendor/resquebundle/resque/Tests/JobTest.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:185 Deprecation Notice: Class ResqueBundle\Resque\ResqueBundleTest located...
`bin/resque` checks for an environment variable BLOCKING to set working mode to blocking. But, different from other options (e.g. COUNT, INTERVAL), this one cannot be set with a command line...
In our usage, we have multiple machines running resque workers. When the 'resque:worker-stop --all' command is issued, the local workers are stopped and *all* the entries for workers on *all*...
scheduler can be started on multiple worker servers, causing issues as they fight over which is meant to be scheduling the jobs.