get_dispatch_readiness
Check server readiness for dispatching tasks by verifying node plugin setup, returning ready status and reasons to avoid queueing work before setup completes.
Instructions
Check whether the server is ready to dispatch tasks and has finished server/node plugin setup (GET /api/v2/nodes/ready). Returns { ready, reasons } — call it before queueing work after a restart.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number_of_nodes | No | Require at least this many connected nodes before reporting ready |