I’m querying container image data using the Google Container Registry API.
For some reason I’m consistently getting this weird 504 error for this specific registry and I’m really not sure what’s going on here.
GCP’s API returns clear 429 errors when you exceed ratelimit and clear unauthorized errors when it’s a permission thing so I assume it isn’t one of these.
For now I’m just skipping this registry but this causes me to lose data which isn’t ideal to say the least.
Any ideas why this is happening and how I can tackle this?
Asaf Ifergan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.