-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2 rails app with the same instance of Faktory #34
Comments
Use different queues for the different apps? |
Sure, but the command |
It does accept a list of queues: `-q foo -q bar`
… On Jan 26, 2019, at 09:07, Stefano Mancini ***@***.***> wrote:
Sure, but the command
bundle exec faktory-worker
doesn't accept a list of queues, so if I run a worker for each rails app, the first one also gets jobs created for the other
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Ah great! I didn't see in the documentation. |
Hi, @xponrails! 👋 This issue looks solved and stale. Can you please close it if solution was found and worked for you? Thanks! 🙏 |
Hi.
I have 2 rails app in the same machine and I would like to enqueue jobs using the same instance of Faktory.
The problem is that when I run
bundle exec faktory-worker
on the first rails application, it loads also jobs enqueued by the other application and of course it crashes.
Is there a way to retrieve jobs only for a specific application? Or for an array of queues?
Thanks, Stefano
The text was updated successfully, but these errors were encountered: