What is the difference between "Completed" and "Active"
This can be confusing as for this example "mongo" looks like it had executed and stopped, instead of being active.
14 Replies
Project ID:
N/A
N/A
if mongo is active and running without issues then that's definitely a bug
Well if it might help debug: https://railway.app/project/63f743a2-2373-455a-848d-33602e0c751d/service/21c5ffb6-fa37-48d2-9174-5b33dd492a5f?id=4fdeaef2-1e31-44c1-bc5e-f80683d5dd52
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.
so just to confirm, mongo is running and nothing is wrong besides the incorrect deployment status?
Correct, I used the railway template for mongo
Thread has been flagged to Railway team by @Brody.
This is happening to other services. and the logs are showing that the service is running
Do you have a cron syntax setup for this? Complete is a cron thing
wouldn't it still be able to say completed if their app exited with a non error code?
It really shouldn't
Like if it does, that's a bug on our side
what should the state be called if a service exits with zero, or should it still be restarted?
I think it should be:
Running
Waiting
Crashed
Completed (if it's supposed to exit success)
But, only cron's should be exit success
well definitely it's not a cron schedule, you can check the settings here: https://railway.app/project/63f743a2-2373-455a-848d-33602e0c751d/service/21c5ffb6-fa37-48d2-9174-5b33dd492a5f/settings
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.