-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Is your feature request related to a problem? Please describe.
The scheduler manager is in charge of
- Construct a list of schedulers by reading triggers and tasks from backend storage (json/database).
- start multiple triggers in parallel
- Provides a load-balancer for the schedulers, allowing them to run as a cloud-native solution within the cluster. That means: If trigger A has already been run on container C1 at a specific time, it will be skipped on container C2.
Describe the solution you'd like
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request