Skip to content

ECR Rate Limit Error response from daemon: toomanyrequests: Rate exceeded #419

@maxkostow

Description

@maxkostow

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:

  1. Delete docker image cache
  2. supabase start
  3. 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?

https://github.com/moby/moby/blob/5f698d112134d27ffe9850bfd46708bd9fa35860/api/types/client.go#L278-L283

out, err := Docker.ImagePull(ctx, imageUrl, types.ImagePullOptions{})

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions