Server instance still running after server deletion
This sounds impossible so I'm trying to figure out what's going on.
I had a nodejs server running discordjs, and made calls to openAi. After turning off the railway instance I noticed the discord bot was still online AND receiving messages and responding. I thought ok maybe some caching or something going on or a lag with the server shutting down. After a few minutes I decided to be safe and just destroy the server.
It's been about 30min and the bot is still running. My local computer is off, so no chance for an accidental local instance running. My .env are never sent to GitHub. Some random person running themselves.
Is railway keeping the server instantiated?
12 Replies
Please provide your project ID or reply with
N/A
. Thread will automatically be closed if no reply is received within 10 minutes. You can copy your project's id by pressing Ctrl/Cmd + K -> Copy Project ID.No project ID was provided. Closing thread.
project id please
@gwain77
Before it was deleted: https://railway.app/project/47ab4fee-6a89-4273-9c8f-b75c39a48537/service/639237aa-a25b-412a-8d3c-a8d5c88e85ce
Railway
404 - Page not found
Railway is an infrastructure platform where you can provision infrastructure, develop with that infrastructure locally, and then deploy to the cloud.
just wanna say that you shouldn't need to remove the bot from railway to work on it, you should have a mock server and test bot account for development purposes, thus never needing to take the main bot offline
Flagging this thread. A team member will be with you shortly.
Yes agreed, I normally never remove it, I just was testing why it wasn't online. And it never turned off
Here's an important tidbit, I actually shut it off because when I made a commit that deployed from GitHub, the bot respond twice, once with the old commit, and then again with the new commit changes. So I thought, huh weird that two instances just ran, so I then shut it off or "removed it" and it still is running with the old commit. Hope that makes sense, thank you guys for looking into this
I guess it's just the singularity starting from Railway 🤷♂️
its what the team calls a phantom container
known bug
Ah thank you! No singularity today
not today
Unknown User•17mo ago
Message Not Public
Sign In & Join Server To View
Thank you so much!