Since yesterday (where I didn’t make any changes to the container image), whenever I spin up a machine with docker image, and try to access it, I get ENOTFOUND
Accessing it from the browser works. Any ideas? I didn’t change anything.
EDIT:
It seems like it resolves after a few minutes and becomes accessible, but it wasn’t like that before, previously it became available WAY MORE faster..what could it be?
sorry, I didn’t have time to look at this today. it might be possible that there is some unusual delay introduced in our infra, but I don’t immediately see anything.
it’s possible that you are querying the domain just slightly too fast, and the few minutes that it takes to work again is your resolver caching a negative response. could you try sleeping a short amount of time between allocating IPs and resolving the domain?
that might fix your issue.
I am querying the domain 100+ times to retrieve files (its a server the expose an api) and I guess there’s a rate limit / I am being blocked for doing that