mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-10 04:09:40 +00:00
Hetzner: grep '"error"' matched '"error": null' in successful DELETE responses, causing every server deletion to log "Failed to destroy server" and return 1 even when the server was actually destroyed. Fix: use jq -e '.action' (consistent with create_server's approach) which is only present on success. Daytona: >/dev/null 2>&1 || true suppressed all errors and always logged "Sandbox destroyed" regardless of outcome. Fix: capture response, check exit code and error JSON fields, log billing warning on failure. Same class of bug as AWS (#1606) and GCP/DigitalOcean (#1615). Agent: team-lead Co-authored-by: B <6723574+louisgv@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| common.sh | ||