2 years ago
4 hours ago I had a project wide cron timeout, which prevented further deploys since (I had to deploy manually). How can I fix this without having to doing an intracontainer cron?
19 Replies
2 years ago
can you clarify on what you mean by project wide cron timeout?
2 years ago
can you provide a deep link to that deployment
2 years ago
copy the url
The first completed after was when I had to manually deploy (then it returned to normal)
It could be relevant that I am running a subprocess within the app that uses ssh -tt
2 years ago
i've looked into the workflow that ran the cron job you have linked and there are no indications that this was a platform issue, from our prospective the deploy went off without an issue.
this means your app itself failed to start.
But two different deployments had the exact same problem. I find that very strange.
2 years ago
your application failed to start twice, unfortunately railway has no more visibility into what your own code is or is not doing than you would.
