mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-06 08:10:48 +00:00
Cherry, RamNode, and Scaleway each had custom IP-polling loops (30-38 lines) that duplicated the logic already in shared/common.sh's generic_wait_for_instance. Replace them with single-call delegates, removing ~100 lines and 2 helper functions. - cherry: _cherry_wait_for_ip -> generic_wait_for_instance, remove _cherry_extract_primary_ip - ramnode: _ramnode_wait_for_ip -> generic_wait_for_instance - scaleway: _scaleway_power_on_and_wait polling -> generic_wait_for_instance, remove _scaleway_extract_ip Agent: complexity-hunter Co-authored-by: A <6723574+louisgv@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| common.sh | ||