Fleet ECS deployment resulted in err: CannotPullCo...
# fleet
o
Fleet ECS deployment resulted in err: CannotPullContainerError: inspect image has been retried 5 time(s): httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/fleetdm/fleet/manifests/sha256:05ff7eb6a24650cb5a9395c2c73a240d6441b0379af6671944c244569613056a: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
k
I'm sorry this is giving you grief! Are you still stuck at this spot?
o
Solved it out. thanks 🙂
d
@Ojas what did you do to solve?
o
which one ? prepare db or too many requests?
@DW
d
the too many requests
o
yea that is because even before initialising data the fleet starts 5 services and exhausts all the requests by doing it without stopping all you gotta do it when starting it just run 0 days as minimum & maximum and then do DB initialisation/migration. and then change the max min tasks
this should solve it
d
This worked perfect, thank you!