You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minimize API requests by skipping to check a given image ID (#246)
Save on API requests and stop querying for the image ID from the DO API
if the numeric ID is already given: a failure to reference the image
would show up during the droplet create request and lead to the same
backoff that we run into today.
Also refactor the code and improve error messages slightly as a drive-by
change.
0 commit comments