Skip to main content

Module workload_scheduler

Module workload_scheduler 

Source

Structsยง

ClassStatusDto ๐Ÿ”’
Per-class scheduler status exposed by the HTTP API.
SchedulerStatusDto ๐Ÿ”’
Point-in-time workload scheduler status. Scheduler class fields are omitted when the scheduler was not constructed at startup or the corresponding class is unavailable.
SchedulerWeightsDto ๐Ÿ”’

Functionsยง

get_status_handler ๐Ÿ”’
Returns the current workload scheduler state and query/write weights. Always returns 200, with enabled=false when the scheduler is dynamically disabled.
set_enabled_handler ๐Ÿ”’
set_weights_handler ๐Ÿ”’