-
Notifications
You must be signed in to change notification settings - Fork 419
ECR Rate Limit Error response from daemon: toomanyrequests: Rate exceeded #419
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug report
Describe the bug
Sometimes when running supabase start it will return the error Error response from daemon: toomanyrequests: Rate exceeded
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
- Delete docker image cache
supabase start- Sometimes you will see the error
Expected behavior
- There should be documentation around ECR/Docker rate limits and how to mitigate them.
- I have tried using the docker-login action as well as aws-ecr-login which did not seem to affect the docker client in use here.
Perhaps ImagePullOptions.RegistryAuth can be exposed somehow?
Line 174 in 5a3fc3b
| out, err := Docker.ImagePull(ctx, imageUrl, types.ImagePullOptions{}) |
- Perhaps the service quota needs to be increased? https://docs.aws.amazon.com/AmazonECR/latest/public/public-service-quotas.html
- AWS ECR Auth: https://docs.aws.amazon.com/AmazonECR/latest/userguide/registry_auth.html#registry_auth_http
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.