-
Notifications
You must be signed in to change notification settings - Fork 90
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
ENHANCE_YOUR_CALM / too_many_pings #124
Comments
I am also impacted by this. It would be nice if the ArgoCD provider could implement backoff and retry logic when this happens. |
Hi I am encountering this issue on 5.6.0, shot in the dark but it seems the provider might be a bit too aggressive with state refreshing. |
@onematchfox I am also encountering this on 5.6.0 with argo 2.6.7. I am creating an argo project, repo, and multi-source application. The project and app are already created; the biggest problem I have is when adding a new source to the app. The issue is repeatable. |
Upon creating multiple resources (
argocd_project
andargocd_application
) on the same server, I'm often getting GOAWAY responses:From what I understand, this is because the Grpc client is sending more pings than the server is configured to receive. Could it be because the resources are applied in parallel?
The text was updated successfully, but these errors were encountered: