Skip to content

wait for droplet IP address to be up#11

Merged
rjbs merged 2 commits intofastmail:mainfrom
rjbs:wait-for-ip
Apr 7, 2026
Merged

wait for droplet IP address to be up#11
rjbs merged 2 commits intofastmail:mainfrom
rjbs:wait-for-ip

Conversation

@rjbs
Copy link
Copy Markdown
Member

@rjbs rjbs commented Apr 7, 2026

No description provided.

rjbs added 2 commits April 7, 2026 12:46
We're seeing Droplet creation succeed, but with no networking yet
available.  The box comes back in GET like this:

   "networks" : {
      "v4" : [],
      "v6" : []
   },

I don't think there's a mechanism to wait on that existing -- the
links.action entry for creation can terminate with the network still not
up.  Feels stupid, but fine.

Instead, we'll add another up-to-20-seconds wait while we re-fetch the
box repeatedly, waiting for an IP address.
@rjbs rjbs merged commit 8c78cbb into fastmail:main Apr 7, 2026
6 checks passed
@rjbs rjbs deleted the wait-for-ip branch April 7, 2026 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants