neondatabase / autoscaling

Postgres vertical autoscaling in k8s
Apache License 2.0
142 stars 16 forks source link

Docker rate limiting causes CI to fail #976

Open sharnoff opened 2 weeks ago

sharnoff commented 2 weeks ago

When there's a lot of commits in a short period, we sometimes get rate limited by docker because we have unauthenticated image pulls in CI.

This causes CI to fail - and retrying doesn't help, because the issue is we're exceeding the rate limit :disappointed:

It would be nice if this didn't happen, so CI didn't fail :)

- [ ] #814
- [ ] #975