You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Implement pipeline manager strategies for eg. batching
Describe the solution you'd like
An extensible design that takes Pipeline* (dependency injection) and adds it as a managed pipeline. Multiple jobs can be assigned to the PipelineManager which internally queues these tasks and gets one of the free pipeline instances to get the result
Describe alternatives you've considered
A control module to connected to multiple pipeline - but it breaks the abstraction and code becomes messy.
Additional context
ApraVMS analytics requirement
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Implement pipeline manager strategies for eg. batching
Describe the solution you'd like
An extensible design that takes Pipeline* (dependency injection) and adds it as a managed pipeline. Multiple jobs can be assigned to the PipelineManager which internally queues these tasks and gets one of the free pipeline instances to get the result
Describe alternatives you've considered
A control module to connected to multiple pipeline - but it breaks the abstraction and code becomes messy.
Additional context
ApraVMS analytics requirement
The text was updated successfully, but these errors were encountered: