-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
feat: Added option to provide custom queues #1195
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution 💯
I think the config key workers
would be more accurate instead of custom_queues
, since they are actually just named workers not queues.
@gavindsouza changes made! |
LGTM, can you raise a PR that adds docs to |
@fproldan We missed adding this to the Procfile 😅 . Can you raise a PR for the same? |
@gavindsouza done! |
What type of a PR is this?
This PR adds the option to configure a new settings in
common_site_config.json
that allows creating custom workers besides the defaults hardcoded insupervisor.conf
.The new setting is named "workers" and should be in this format:
Example:
The background_workers param is optional, if not set the general
background_workers
will be used.