You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Chris Lu
cc2f790c73
feat: add per-lane scheduler status API and lane worker UI pages
- GET /api/plugin/lanes returns all lanes with status and job types
- GET /api/plugin/workers?lane=X filters workers by lane
- GET /api/plugin/scheduler-states?lane=X filters job types by lane
- GET /api/plugin/scheduler-status?lane=X returns lane-scoped status
- GET /plugin/lanes/{lane}/workers renders per-lane worker page
- SchedulerJobTypeState now includes a "lane" field
The lane worker pages show scheduler status, job type configuration,
and connected workers scoped to a single lane, with links back to
the main plugin overview.
5 days ago
..
handlers
plugin worker: support job type categories (all, default, heavy) (#8547)
3 weeks ago
iceberg
feat: separate scheduler lanes for iceberg, lifecycle, and volume management (#8787)
5 days ago
lifecycle
feat: separate scheduler lanes for iceberg, lifecycle, and volume management (#8787)
5 days ago
admin_script_handler.go
Batch volume balance: run multiple moves per job (#8561)
3 weeks ago
admin_script_handler_test.go
add admin script worker (#8491)
4 weeks ago
ec_balance_handler.go
Add data file compaction to iceberg maintenance (Phase 2) (#8503)
2 weeks ago
ec_balance_handler_test.go
Add data file compaction to iceberg maintenance (Phase 2) (#8503)
2 weeks ago
erasure_coding_handler.go
Add data file compaction to iceberg maintenance (Phase 2) (#8503)
2 weeks ago
erasure_coding_handler_test.go
Make EC detection context aware (#8449)
1 month ago
handler_registry.go
plugin worker: support job type categories (all, default, heavy) (#8547)
3 weeks ago
vacuum_handler.go
feat(vacuum): add volume state and location filters to vacuum handler (#8625)
3 weeks ago
vacuum_handler_test.go
feat(vacuum): add volume state and location filters to vacuum handler (#8625)
3 weeks ago
volume_balance_handler.go
Add data file compaction to iceberg maintenance (Phase 2) (#8503)
2 weeks ago
volume_balance_handler_test.go
use constants
3 weeks ago
volume_metrics.go
use constants
3 weeks ago
volume_metrics_test.go
use constants
3 weeks ago
worker.go
Refactor plugin system and migrate worker runtime (#8369)
1 month ago
worker_test.go
Refactor plugin system and migrate worker runtime (#8369)
1 month ago