-
Notifications
You must be signed in to change notification settings - Fork 7
InsightAPI
An Insight is the key component for mapping an Agenda to a queue for processing. Upon Agenda submission the Resource Pool associated to a Customer is queried. A Resource Pool may have many Insights not all are visible to the Customer.
Insight is 1:1 with a Queue
See Priority Operation Processing: 2. Scheduling
byId
byCid
byLinkId
byResourcePoolId
Field | Type | Description |
---|---|---|
contentType | String | This will be application/json for the immediate term, but we might also support application/xml later |
Field | Purpose | Type | Notes |
---|---|---|---|
id | Id of the original request | String | GET, PUT |
customerId | Id of the Customer from the customer table entry | String | POST / PUT |
cid | CorrelationId to combine all data objects created within a request submission | String | |
title | An easy way to reference | String | |
allowedCustomerIds | Array of customers allowed to use this data object. | String[] | This does not allow the customer to modify this data object. |
Mappers | Agenda tag that must match (prep is one, not needed for exec) Registered Map Keys: operationName, operationType, paramMap Example: "operationName" : [ "encode", "analysis" ] |
Map<String, Set | |
QueueName | SQS queue name | String | |
QueueSize | Max queue count | int | |
SchedulingAlgorithm | String | FIFO, Round Robin |
- 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
DevKubernetesSetup
RunLocalExecution
- RunWithMiniKube