orobogenius / sansdaemon

Batch process Laravel Queue without a daemon; Processes queue jobs and kills the process
https://medium.com/@orobogenius/laravel-queue-processing-on-shared-hosting-dedd82d0267a
MIT License
176 stars 17 forks source link

Bug - multiple queues in --queue parameter #1

Closed arxeiss closed 6 years ago

arxeiss commented 6 years ago

There is a bug if you are running multiple queues by parameter --queue. Non of them runs. Check here Heading 'Queue Priorities'

PR is prepared: #2

But otherwise, it is amazing peace of work. Thank you so much, saved me lots of curse....

orobogenius commented 6 years ago

Nice catch @arxeiss, that was an oversight on my part. I have reviewed the codes and it's as you said, when the --queue parameter is used and a comma-delimited list is specified, the jobs don't run.

I'm glad I've been able to save you lots of curses. 😄