Change Container
Is there any way I can change which container is being used to run my project directly with a command line command so that the IP can be changed in case of a Discord 429 error?
12 Replies
Ping on reply please
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
Ok thanks
Can I trigger a rebuild directly in the command line through a script?
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
Yeah, I know
Its just that that's the solution I use whenever I run into a 429
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
u still run into those?
Sometimes, someone else using the same vps on Railway triggers a 429, though I've only faced it a few times
ur the first one to report it after the new plan changes
I haven't had the issue after the new plan changes
Its just that I don't really want it to happen again on my bot so this is kinda a preventive measure
it wont happen if you dont make any new deployments
if you make a new deployment a new ws connection has to be amde and that is what is being ratelimited
Alright thanks