-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Is your feature request related to a problem? Please describe.
I am planning to have workers processes to register specific workflows based on service configuration (e.g. environment variables).
This would allow configuring pools of workers dedicated to specific workflows
For example:
- one worker pool could be dedicated to a single critical workflow with high throughput and long running steps
- another worker pool could handle the remaining, less frequent and not so critical, short workflows
Describe the solution you'd like
By default the worker should only poll workflows from the backend that match the task names defined on the instance.
Describe alternatives you've considered
The namespaceId could be abused for this, but it would not feel right and is very limited.
Additional context
none
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers