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

Increase retries in deployer #819

Open
BMurri opened this issue Sep 30, 2024 · 0 comments
Open

Increase retries in deployer #819

BMurri opened this issue Sep 30, 2024 · 0 comments
Assignees

Comments

@BMurri
Copy link
Collaborator

BMurri commented Sep 30, 2024

Describe the bug
A clear and concise description of what the bug is.

Steps to Reproduce
Steps to reproduce the behavior:

Expected behavior
A clear and concise description of what you expected to happen.

Deployment details: (any information you can provide would be helpful):

  • OS: [e.g. Win10]
  • Version [e.g. 22]
  • Any notable Azure customizations and/or configurations [e.g. Private Vnet, VM OS, ProvisionMySqlOnAzure = true]

Logs

2024-09-30T09:54:43.7928589Z AggregateException: Retry failed after 6 tries. Retry settings can be adjusted in ClientOptions.Retry or by configuring a custom retry policy in ClientOptions.RetryPolicy. (Connection refused (tesinttest10d63002221.blob.core.windows.net:443)) (Connection refused (tesinttest10d63002221.blob.core.windows.net:443)) (Connection refused (tesinttest10d63002221.blob.core.windows.net:443)) (Connection refused (tesinttest10d63002221.blob.core.windows.net:443)) (An error occurred while sending the request.) (An error occurred while sending the request.)
2024-09-30T09:54:43.7970039Z    at Azure.Core.Pipeline.RetryPolicy.ProcessAsync(HttpMessage message, ReadOnlyMemory`1 pipeline, Boolean async)
2024-09-30T09:54:43.7971184Z    at Azure.Core.Pipeline.HttpPipelineSynchronousPolicy.InnerProcessAsync(HttpMessage message, ReadOnlyMemory`1 pipeline)
2024-09-30T09:54:43.7972139Z    at Azure.Storage.Blobs.ContainerRestClient.CreateAsync(Nullable`1 timeout, IDictionary`2 metadata, Nullable`1 access, String defaultEncryptionScope, Nullable`1 preventEncryptionScopeOverride, CancellationToken cancellationToken)
2024-09-30T09:54:43.7973734Z    at Azure.Storage.Blobs.BlobContainerClient.CreateInternal(PublicAccessType publicAccessType, IDictionary`2 metadata, BlobContainerEncryptionScopeOptions encryptionScopeOptions, Boolean async, CancellationToken cancellationToken, String operationName)
2024-09-30T09:54:43.7976000Z    at Azure.Storage.Blobs.BlobContainerClient.CreateIfNotExistsInternal(PublicAccessType publicAccessType, IDictionary`2 metadata, BlobContainerEncryptionScopeOptions encryptionScopeOptions, Boolean async, CancellationToken cancellationToken)
2024-09-30T09:54:43.7976691Z    at Azure.Storage.Blobs.BlobContainerClient.CreateIfNotExistsAsync(PublicAccessType publicAccessType, IDictionary`2 metadata, BlobContainerEncryptionScopeOptions encryptionScopeOptions, CancellationToken cancellationToken)
2024-09-30T09:54:43.7978085Z    at CromwellOnAzureDeployer.Deployer.UploadTextToStorageAccountAsync(BlobClient blobClient, String content, CancellationToken cancellationToken) in /mnt/vss/_work/r1/a/CromwellOnAzure/src/deploy-cromwell-on-azure/Deployer.cs:line 2475
2024-09-30T09:54:43.7979326Z    at CromwellOnAzureDeployer.KubernetesManager.UpdateHelmValuesAsync(StorageAccountData storageAccount, Uri keyVaultUrl, String resourceGroupName, Dictionary`2 settings, UserAssignedIdentityData managedId, List`1 containersToMount) in /mnt/vss/_work/r1/a/CromwellOnAzure/src/deploy-cromwell-on-azure/KubernetesManager.cs:line 188
2024-09-30T09:54:43.7980276Z    at CromwellOnAzureDeployer.Deployer.DeployAsync() in /mnt/vss/_work/r1/a/CromwellOnAzure/src/deploy-cromwell-on-azure/Deployer.cs:line 615

Additional context
Add any other context about the problem here.

@BMurri BMurri self-assigned this Sep 30, 2024
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

No branches or pull requests

1 participant