Perhaps an esoteric #HomeAssistant question, but when both the Core and the Operating System of my HA instance want to update, is it better to do OS before Core or vice versa?

Both orders seem to work usually, but is one choice pushing my luck more than the other?

(I do a backup before proceeding of course)

@ottaross Neither is working for me. I'm getting the Docker rate limiting error, and I have no idea why or what to do about it.

#HomeAssistant

@TimWardCam I tried OS before core, then got a fail due to "Do Supervisor first" then tried Supervisor update, which also failed due to "too many requests."

Perhaps everyone's doing it at the same time. Doing a reboot, and waiting a bit perhaps.

@ottaross So does it use some globally shared Docker service account? If so that would explain the symptoms, and I would indeed expect that there's nothing I can do about it except wait. Doesn't sound very scalable.

#HomeAssistant

@TimWardCam If you register your own Docker Hub account, the anonymous rate limit doesn't apply

It's in the docs here

https://www.home-assistant.io/more-info/dockerhub-rate-limit/

Docker Hub Rate Limit

Docker Hub is rate-limiting how many pull you can do.

Home Assistant

@greem Yeah, I read that, but that seems to suggest that the rate limiting is per IP address, which means other things within my home.

Looks like I don't already have a Docker Hub account, not sure I CBA to create one just for this. I'll try again tomorrow instead perhaps.