Jobs are all on the default queue rather than onQueue()
Closed this issue · 1 comments
Kyon147 commented
Hey,
I noticed recently, all my jobs are getting dispatched onto the default queue set in the ENV even though the jobs themselves have
$this->onQueue('my-queue')
Any idea what could be causing this?
Laravel 10
PHP 8.2
Package v: 4.3.0
Kyon147 commented
Solved, was not an issue with this package but another one that was overriding the job queue to null