How to send specific jobs to specific workers? #683
Unanswered
assembly-winston
asked this question in
Q&A
Replies: 1 comment
-
|
If you have "dev only" jobs, you could just not register the worker in your production process https://riverqueue.com/docs#registering-workers If you want to use the same job args, then you could use a separate queue https://riverqueue.com/docs/multiple-queues and only have the dev worker listen to that queue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone! Trying to figure out how to enable a "dev-only" worker for testing/staging changes. Would this need to be run on a completely separate postgres db? Or is there a way to "version" or otherwise specify which workers to send specific jobs to?
Beta Was this translation helpful? Give feedback.
All reactions