Skip to content

Scheduler Manager #78

@zero88

Description

@zero88

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 request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions