cron runs fine, rare but inconvenient bug
nxfi777
PROOP

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

nxfi777
PROOP

2 years ago

a64cb229-ac29-4d6b-ab09-c35744abf268


nxfi777
PROOP

2 years ago

First cron:57 0-20 * * 1-5


nxfi777
PROOP

2 years ago

Second cron:0 * * * 1-5


2 years ago

can you clarify on what you mean by project wide cron timeout?


nxfi777
PROOP

2 years ago

It just stops at starting container


nxfi777
PROOP

2 years ago

I have two instances deployed in the project


nxfi777
PROOP

2 years ago

Both have cron tasks


2 years ago

can you provide a deep link to that deployment


nxfi777
PROOP

2 years ago

How


2 years ago

copy the url



nxfi777
PROOP

2 years ago

The first deployment before ‘skipped’ was when it occurred


nxfi777
PROOP

2 years ago

1275096091511099400


nxfi777
PROOP

2 years ago

The first completed after was when I had to manually deploy (then it returned to normal)


nxfi777
PROOP

2 years ago

It could be relevant that I am running a subprocess within the app that uses ssh -tt


nxfi777
PROOP

2 years ago

@Brody do you recommend using your cron template


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.


nxfi777
PROOP

2 years ago

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.


Loading...