You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add debug.list_tasks to expose GET /v1/tasks (#2059)
Adds a list_tasks() method to the sync and async debug namespace that
calls the server's distributed-tasks endpoint, so users can inspect
long-running background operations (e.g. reindexing) tracked across
cluster nodes without shelling out to curl.
Includes DistributedTask/DistributedTaskUnit pydantic models mirroring
the server's DistributedTasks OpenAPI schema, mock tests covering the
populated and empty-response cases, and integration test stubs
following the existing debug test conventions.
0 commit comments