Skip to content
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

[RFC] Allow dynamic config & respect namespace declarations in umbrella apps #67

Open
nickegg opened this issue Nov 13, 2018 · 1 comment

Comments

@nickegg
Copy link

nickegg commented Nov 13, 2018

The current worker supervisor does not allow for dynamic supervision on an per app basis resulting in each app subscribing to all queues. The worker supervisor currently pulls in all configs and creates workers for all. If there was a way to respect the namespace declaration for queues and hosts each app would be able to only subscribe to certain queues it cares about.

@paulstatezny
Copy link

➕ 1 on this!

A lot of libraries allow configuration via an init function that can define to provide connection information.

This would be very helpful in TaskBunny. I'm having to do some hacky configuration stuff to do some mildly complex environment-specific configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants