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

20 minutes isn't enough time to transfer images #129

Closed
lattwood opened this issue Feb 13, 2024 · 2 comments · Fixed by #126
Closed

20 minutes isn't enough time to transfer images #129

lattwood opened this issue Feb 13, 2024 · 2 comments · Fixed by #126
Labels

Comments

@lattwood
Copy link

20 minutes isn't enough time to transfer images, as evidenced by our failures to transfer images from SFO3 to NYC1.

client, 20*time.Minute); err != nil {

That needs to be raised or configurable, and is currently blocking image updates on our end.

@lattwood lattwood added the bug label Feb 13, 2024
@andrewsomething
Copy link
Member

Good call @lattwood. We should make that configurable. Relatedly, this PR will initiate transfers in parallel and provide an option to not block until it completes: #126

@andrewsomething
Copy link
Member

With the v1.3.0 release, there is now a transfer_timeout option. The default was also bumped up to 30 minutes. Additionally, you can set wait_snapshot_transfer to false to not block on transfer status at all if desired.

https://github.com/digitalocean/packer-plugin-digitalocean/releases/tag/v1.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants