a year ago
see images I want to ensure I am not charged for this usage the correct run worked and is at a later timestamp see image but the old one is still running
24 Replies
a year ago
We just didn't capture the container exit event, if you see that log, it is indeed stopped
is there any way to remove them? so they dont show? imo its a fe bug if the deployment was removed or finished it shuldnt say running anymore
a year ago
unfortunately we don't yet have a way to force stop a job (even if it isn't technically running to begin with)
you could right click on the service to duplicate it and then delete the old service.
and question, would you happen to have app sleeping enabled on that service?
the app used to be running on a vps, its a simple bday reminder job for myself, at 9am check cal text me reminders sleep 24hrs, but I removed that part moved it to RW and use cron job to run it at 9am and its working now, but those two jobs still say running (the sleep part in code was removed before I added it to railway)
a year ago
please check the service settings for the app sleeping option, is it enabled?
i guess it wouldnt hurt as it knows via the cron job when to turn back on, so would save resources and money
a year ago
please do not, it would not help and would make things worse, hence why i asked
a year ago
cron jobs are already not runnig unless they are running
out of curiosity why would it hurt? because of the cold boot rebuilding the image each time?
a year ago
the two settings are just not compatible
a year ago
either way, we do not rebuild the image on cold boot, we simply run the already built image
either way, I am happy to know that these are not actually running and eating my resources but would be good if it could be fixed in UI or otherwise that it no longer says Running and shows the loading and counts up in mins the time
a year ago
we are actively working on improving the cron experience <:salute:1137099685417451530>

