-
Notifications
You must be signed in to change notification settings - Fork 3
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
Switch Docker Compose to Pull Images from ECR #136
Labels
Type: Technical issue
Improve something that users won't notice
Comments
Closed
witash
added a commit
that referenced
this issue
Oct 21, 2024
witash
added a commit
that referenced
this issue
Oct 22, 2024
witash
added a commit
that referenced
this issue
Oct 22, 2024
…te limited""" This reverts commit 6f75455.
witash
added a commit
that referenced
this issue
Oct 22, 2024
witash
added a commit
that referenced
this issue
Oct 22, 2024
witash
added a commit
that referenced
this issue
Oct 23, 2024
witash
added a commit
that referenced
this issue
Oct 23, 2024
witash
added a commit
that referenced
this issue
Oct 23, 2024
witash
added a commit
that referenced
this issue
Oct 23, 2024
witash
added a commit
that referenced
this issue
Oct 23, 2024
witash
added a commit
that referenced
this issue
Oct 23, 2024
witash
added a commit
that referenced
this issue
Oct 23, 2024
witash
added a commit
that referenced
this issue
Oct 23, 2024
witash
added a commit
that referenced
this issue
Oct 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the issue
Currently, our e2e tests rely on public Docker images hosted on AWS's public ECR. Due to rate limits on these public repositories, we've encountered issues with
toomanyrequests
: Rate exceeded during image pulls. Although retries have mitigated the problem, it’s not a permanent solution and could cause delays or failures under heavy load.Describe the improvement you'd like
We must switch our Docker Compose configuration to pull images from our private Amazon ECR repository. This will prevent rate limiting issues and improve the reliability of our tests.
Describe alternatives you've considered
Implementing additional retries when pulling public images. While this has helped temporarily, it doesn't address the core problem of rate limits.
The text was updated successfully, but these errors were encountered: