Wait for a deployment to become ready
edgegap_wait_for_deploymentWait for a deployment to become ready, then return its connection details. Handles polling and backoff, and reports container errors if startup fails.
Instructions
Poll a deployment until it is ready, errors, or the timeout expires, then return the connection details. This is the tool to call right after edgegap_deploy. Do not build your own polling loop — this handles backoff and reports the container error detail if the server fails to start.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_id | Yes | The request_id returned by edgegap_deploy. | |
| timeout_seconds | No | How long to wait before giving up. Default 180. |