Base Concurrency Scheduling Policy
Introduction
This blueprint provides a concurrency scheduling policy and a dashboard. This
policy uses the
ConcurrencyScheduler
component.
Configuration
Blueprint name: concurrency-scheduling/base
Parameters
policy
| Parameter | policy.components |
| Description | List of additional circuit components. |
| Type | Array of Object (aperture.spec.v1.Component) |
| Default Value | Expand |
| Parameter | policy.policy_name |
| Description | Name of the policy. |
| Type | string |
| Default Value | __REQUIRED_FIELD__ |
| Parameter | policy.resources |
| Description | Additional resources. |
| Type | Object (aperture.spec.v1.Resources) |
| Default Value | Expand |
policy.concurrency_scheduler
| Parameter | policy.concurrency_scheduler.alerter |
| Description | Alerter. |
| Type | Object (aperture.spec.v1.AlerterParameters) |
| Default Value | Expand |
| Parameter | policy.concurrency_scheduler.concurrency_limiter |
| Description | Concurrency Limiter Parameters. |
| Type | Object (aperture.spec.v1.ConcurrencyLimiterParameters) |
| Default Value | Expand |
| Parameter | policy.concurrency_scheduler.max_concurrency |
| Description | Max concurrency. |
| Type | Number (double) |
| Default Value | __REQUIRED_FIELD__ |
| Parameter | policy.concurrency_scheduler.scheduler |
| Description | Scheduler configuration. |
| Type | Object (aperture.spec.v1.Scheduler) |
| Default Value | Expand |
| Parameter | policy.concurrency_scheduler.selectors |
| Description | Flow selectors to match requests against. |
| Type | Array of Object (aperture.spec.v1.Selector) |
| Default Value | Expand |