#Incoming request routing with RAILWAY_DEPLOYMENT_OVERLAP_SECONDS

4 messages · Page 1 of 1 (latest)

remote rune
#

I see that the description of this env variable is
How long the old deploy will overlap with the newest one being deployed, its default value is 20. Example: 0

Let's say that I have this set to 120. During those 120 seconds of overlap, do requests go to the new or old instance at say, the 60 second mark? I did some searching around and see that there may be a 15 second delay due to dns/http proxy switching, but wasn't able to find a definitive answer.

gleaming cloudBOT
#

Project ID: N/A

remote rune
#

N/A

wise wren
#

From what i can tell, requests will go to the old deployment until the overlap period is over, but do some tests to make sure this is totally accurate