Closed khurramIlyas closed 2 years ago
If you want to use another queue, I think it's best to set a custom job that uses the queue that you want. All queuing options can be configured using that custom job.
@khurramIlyas I ran into the very same issue, and was able to solve this through specifying the queue in the construct() method of the Job.
Here is the reference in the Laravel documentation: https://laravel.com/docs/8.x/queues#customizing-the-queue-and-connection
@janooosh Thanks for sharing. It will help.
I think it will be really helpful if user can configure the name of queue on which the jobs will be dispatched. Write now, there is no such configuration available & all jobs are getting dispatched on "default" queue. I hope this change will bring some more dynamics to the repos.