Kill old instance right away, don't overlap the instance deploys
So when I deploy a new version of the bot server, I want the old version do shutdown straight away. I don't want it to linger. This is down to how I am communicating to telegram, I can only have one server using a telegram api token at the same time
Solution:Jump to solution
to achieve that, you can set the
RAILWAY_DEPLOYMENT_OVERLAP_SECONDS
service variable to 0
5 Replies
Project ID:
13314144-b328-475d-867f-a0337164519f
13314144-b328-475d-867f-a0337164519f
Solution
to achieve that, you can set the
RAILWAY_DEPLOYMENT_OVERLAP_SECONDS
service variable to 0
thank you!
No problem 🙂