Queue with multiple process #393
Unanswered
hegedustibor
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all!
I want to run queue jobs with a separate solution. When I run tenants:artisan queue:work then it runs all jobs in one process, but I need more approach by databases. I want to insert jobs to tenant DB and run something artisan queue:work --tenant=1
Can I do it somehow?
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions