Private networking launch delay
reece
PROOP

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

reece
PROOP

2 years ago

n/a


brody
EMPLOYEE

2 years ago

the initialisation delay only applies to the availability of the private network


reece
PROOP

2 years ago

got it


reece
PROOP

2 years ago

still trying to figure out how to make it work with prisma with some kind of retry system


brody
EMPLOYEE

2 years ago

add a 3 second sleep


reece
PROOP

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


brody
EMPLOYEE

2 years ago

the initialisation delay is a one time delay that only happens when the container is started


brody
EMPLOYEE

2 years ago

i should throw this out there.. Private networking is not available during the build phase.


brody
EMPLOYEE

2 years ago

people have had success appending ?connect_timeout=30 to their database urls


Loading...