-
Notifications
You must be signed in to change notification settings - Fork 759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Still job not found #362
Comments
How are you starting your worker(s)? And which version of PHP-Resque are you using? |
|
Upgrade to |
Thank you worked like a charms. Seems like this package hasnt been updated since 2nd mass extinction.
|
\Resque::setBackend('redis:6379'); \Resque::enqueue('convert','App\\Job',['foobar' => 'bar']);
this is how i setup my jobMy job file
"autoload": { "psr-4": { "App\\": "app" }, "files": [ "app/Job.php",
my composer
Job{convert} | ID: 9fae4414fd91f0d01598298ba87e3211 | App\Job | [{"foobar":"bar"}]) failed: Could not find job class App\Job.
Issue i gotThe text was updated successfully, but these errors were encountered: