Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: allow caching of static droplet ips #120

Merged
merged 4 commits into from
Nov 5, 2024

Conversation

nivasan1
Copy link
Contributor

No description provided.

@@ -54,7 +54,7 @@ func (p *Provider) CreateDroplet(ctx context.Context, definition provider.TaskDe

start := time.Now()

err = util.WaitForCondition(ctx, time.Second*100, time.Millisecond*100, func() (bool, error) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does it really take 5 minutes to get a droplet up and responding?

@Eric-Warehime Eric-Warehime changed the base branch from nv/peering-fixes to nv/start-droplet-with-block November 5, 2024 20:22
@Eric-Warehime Eric-Warehime merged commit 8dd3c81 into nv/start-droplet-with-block Nov 5, 2024
3 checks passed
@Eric-Warehime Eric-Warehime deleted the nv/caching-droplet-ips branch November 5, 2024 20:29
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.

3 participants