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

Run each queue separately with --queue parameter #2

Closed arxeiss closed 6 years ago

arxeiss commented 6 years ago

Every queue will run separately, mentioned first with higher priority. See #1

orobogenius commented 6 years ago

@arxeiss Thanks for this fix. I've created a dev branch into which I'll merge this pull and then into master when all is done.

arxeiss commented 6 years ago

Sure :) thank you for accepting