Closed CBox closed 7 years ago
Not actively for now, but open for PR. Whats the problem?
I'm getting: ErrorException in AsyncQueue.php line 12: Declaration of Barryvdh\Queue\AsyncQueue::pushToDatabase() should be compatible with Illuminate\Queue\DatabaseQueue::pushToDatabase($queue, $payload, $delay = 0, $attempts = 0)
Any idea?
Hi im getting this error and iam using Laravel 5.4.16 Using version ^0.5.0 for barryvdh/laravel-async-queue ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.
Problem 1
Change your composer: "barryvdh/laravel-async-queue": "dev-master"
But I'm still heaving the same issue :/
Can you try with v0.6.0
?
Hi @barryvdh, thanks for the 5.4 support,
Here is my config,
'async' => [ 'driver' => 'async', 'table' => 'jobs', 'queue' => 'default', 'expire' => 60, 'binary' => '/usr/bin/php7.0', 'binary_args' => '', ],
Still im not getting the queue process in background. Pls tell about binary args.
You usually don't need binary and binary_args at all. Do you have any errors in your logs?
Yes, here is my log, `[2017-04-04 12:55:11] local.ERROR: Symfony\Component\Debug\Exception\FatalThrowableError: Call to undefined method Illuminate\Queue\Worker::getManager() in /home/vagrant/Code/summerside/vendor/barryvdh/laravel-async-queue/src/Console/AsyncCommand.php:72 Stack trace:
Can you also update Laravel to the latest 5.4 version? (.17 I think)
@barryvdh Thanks! It works with Laravel 5.4.17.
@barryvdh thanks man! working for me too.
Hey there,
Is there any plan to support 5.4?
Thanks!