a year ago
I want to test my bot on Railway sometimes, but I do not want it to be running at all times, just when I am testing something environment specific. and I do not want it to effect the production environment at all. Any advice for making an easily started and stopped instance?
8 Replies
a year ago
048dcb13-17c0-49e6-a509-420f8098afe8
a year ago
use app sleeping?
a year ago

a year ago
Idk if it will work with bots, you can give it a shot
a year ago
other than that you can remove the latest deploy
a year ago

a year ago
and then redeploy it when you want to use it
a year ago
hmm, this looks cool