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

Retry on TooManyRequests #3720

Open
danielrbradley opened this issue Nov 20, 2024 · 1 comment
Open

Retry on TooManyRequests #3720

danielrbradley opened this issue Nov 20, 2024 · 1 comment
Labels
kind/enhancement Improvements or new features

Comments

@danielrbradley
Copy link
Member

Example error that's not retried:

    --------------------------------------------------------------------------------
    RESPONSE 429: 429 Too Many Requests
    ERROR CODE: RetryableError
    --------------------------------------------------------------------------------
    {
      "error": {
        "code": "RetryableError",
        "message": "A retryable error occurred.",
        "details": [
          {
            "code": "RetryableErrorDueToAnotherOperation",
            "message": "Operation PutSubnetOperation (xxxxx) is updating resource /subscriptions/xxxxxx/resourceGroups/resourceGroup123456789/providers/Microsoft.Network/virtualNetworks/virtualNetworke12345679. The call can be retried in 14 seconds."
          }
        ]
      }
    }
    --------------------------------------------------------------------------------

Ideally waiting the right amount of time before retrying, though this might be a little tricky to parse out of the message.

@pulumi-bot pulumi-bot added the needs-triage Needs attention from the triage team label Nov 20, 2024
@danielrbradley danielrbradley added kind/enhancement Improvements or new features and removed needs-triage Needs attention from the triage team labels Nov 20, 2024
@vogonistic
Copy link

I get 429 Too Many Requests on all deployments now. Both destroying App Services and creating namespaces in Azure ServiceBus. It makes all automated creation and destruction of environments impossible for us.

I don't keep logs, but it seems to have started sometime in November 2024 for me and persists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Improvements or new features
Projects
None yet
Development

No branches or pull requests

3 participants