Any method to make sure our app is accessable during deployment?
xqliu
PROOP

2 years ago

Dear, would like to know that is there Any method to make sure our app is accessable during deployment?

Will bring two node helps on this scenario?

thanks :)

Solved

6 Replies

2 years ago

Does your service have a volume?


2 years ago

I'd recommend adding a healthcheck to ensure that your new deploy is fully active and alive before we cut traffic over. Enabling the new proxy under service settings would also help, as that improves the traffic cutover time.


Status changed to Awaiting User Response Railway over 1 year ago


xqliu
PROOP

2 years ago

Does your service have a volume?

No volume, totally stateless


Status changed to Awaiting Railway Response Railway over 1 year ago


xqliu
PROOP

2 years ago

I'd recommend adding a healthcheck to ensure that your new deploy is fully active and alive before we cut traffic over. Enabling the new proxy under service settings would also help, as that improves the traffic cutover time.

Any feature like heroku's warmup feature? make sure the old dyno will only stop after new dyno has successfuly bootup?

Thanks :)


2 years ago

Railway does that by default as long as you use a health check.


2 years ago

^ yup, that is correct. Using a health check does exactly that.


Status changed to Awaiting User Response Railway over 1 year ago


Railway
BOT

7 months ago

This thread has been marked as solved automatically due to a lack of recent activity. Please re-open this thread or create a new one if you require further assistance. Thank you!

Status changed to Solved Railway 7 months ago


Loading...