SimpleSoftwareIO / simple-sqs-extended-client

A Laravel SQS driver that removes the 256KB payload limit by saving the payloads into S3.
MIT License
12 stars 9 forks source link

Call to undefined method SimpleSoftwareIO\SqsDisk\SqsDiskQueue::readyNow() #8

Closed martin-ro closed 4 months ago

martin-ro commented 8 months ago

When using the package with Horizon I'm getting these errors:

Call to undefined method SimpleSoftwareIO\SqsDisk\SqsDiskQueue::readyNow()

Is the package not intended to be used with Horizon or is this a bug?

Cheers

SimplyCorey commented 4 months ago

Horizon only works with the Redis driver as far as I know. Are you using SQS with horizon?

From the docs: Laravel Horizon provides a beautiful dashboard and code-driven configuration for your Laravel powered Redis queues. Horizon allows you to easily monitor key metrics of your queue system such as job throughput, runtime, and job failures.