-
Notifications
You must be signed in to change notification settings - Fork 0
Execution
Priority Operation Processing: API: ResourcePool
A Resource Pool is a Kubernetes cluster that pulls for full workflows called Agendas. A Resource Pool may have one or more queues it pulls from filtered by Insights.
-
The puller runs as a Kubernetes pod that pulls for work by calling Agenda Service getAgenda
-
Creates On-Demand Kubernetes Pod for Agenda Execution
-
Executes all operations in Agenda by spinning up resources dynamically
-
Metrics / Alerting
-
Progress reporting
-
Parallel processing
-
Node Graph / DAG model processing
-
Executor for a single Agenda Operation
-
Metrics / Alerting
-
API owner
-
Progress reporting
-
Kubernetes
-
Kubernetes Annotations
-
Docker
-
Bananas
-
Graphite
- Submission
- Scheduling
-
Execution
the ResourcePool
Agenda
the workflow
Agenda Template
the workflow definition
Customer
Insight
the scheduling queue definition
Operation Progress
the state of the running Agenda operations
Progress
the state of the running Agendas
ResourcePool
the processing resources
Agenda Service
the workflow submission
Progress Service
rolled up agenda progress summary
ResourcePool Service
getting work and updating progress
AgendaReclaimer
restarting stuck Agendas
AgendaRetry
retrying failed Agendas
DataObjectReaper
reaping expired data objects
PodReaper
reaping stuck Kubernetes pods