Open PatrickDale opened 1 year ago
Using exponential backoff when fetching packages would help reduce the chance of GCP quota related errors when reading from Artifact Registry APT repositories.
I believe an exponential backoff library could be used here: https://github.com/GoogleCloudPlatform/artifact-registry-apt-transport/blob/main/apt/method.go#L176.
Using exponential backoff when fetching packages would help reduce the chance of GCP quota related errors when reading from Artifact Registry APT repositories.
I believe an exponential backoff library could be used here: https://github.com/GoogleCloudPlatform/artifact-registry-apt-transport/blob/main/apt/method.go#L176.