You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding Job to queue with delay as delay(Carbon::now()->addMinutes(2)) getting below error local.ERROR: Symfony\Component\Debug\Exception\FatalThrowableError: Call to undefined method Maqe\LaravelSqsFifo\SqsFifoQueue::getSeconds() in /home/ganesh/workspace/dsa-api/vendor/maqe/laravel-sqs-fifo/src/SqsFifoQueue.php:42
I checked repository on error line with comment support only <5.4 laravel version. FYI I am using laravel 5.4
The text was updated successfully, but these errors were encountered:
When adding Job to queue with delay as
delay(Carbon::now()->addMinutes(2))
getting below errorlocal.ERROR: Symfony\Component\Debug\Exception\FatalThrowableError: Call to undefined method Maqe\LaravelSqsFifo\SqsFifoQueue::getSeconds() in /home/ganesh/workspace/dsa-api/vendor/maqe/laravel-sqs-fifo/src/SqsFifoQueue.php:42
I checked repository on error line with comment support only <5.4 laravel version. FYI I am using laravel 5.4
The text was updated successfully, but these errors were encountered: