aetre_check_governor
Evaluate queue load using Kingman's approximation and receive governor throttle recommendations when utilization hits 0.85 or higher.
Instructions
Evaluates evaluator queue load using Kingman's Heavy-Traffic approximation and returns governor throttle recommendations when utilization exceeds rho >= 0.85.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | Enterprise license key required. | |
| cv_service | No | Coefficient of variation of review duration (c_s). Defaults to 1.0. | |
| cv_arrivals | No | Coefficient of variation of arrivals (c_a). Defaults to 1.0. | |
| arrival_rate | Yes | Arrival rate of submissions (lambda), items per period. | |
| service_rate | Yes | Review capacity of the committee/system (mu), items per period. | |
| target_utilization | No | Target sustainable utilization ceiling (rho_target). Defaults to 0.85. |