2 years ago
Quick question re: private networking. I've been told that private networking takes a little bit of time to become ready when an instance first starts up, does that apply to all traffic coming out of the container, or just traffic that uses a private network URL?
0 Replies
2 years ago
n/a
2 years ago
the initialisation delay only applies to the availability of the private network
2 years ago
got it
2 years ago
still trying to figure out how to make it work with prisma with some kind of retry system
2 years ago
add a 3 second sleep
2 years ago
does the start delay only happen the first time you try to access the private network or does it happen when the service starts either way
2 years ago
the initialisation delay is a one time delay that only happens when the container is started
2 years ago
i should throw this out there.. Private networking is not available during the build phase.
2 years ago
people have had success appending ?connect_timeout=30 to their database urls