Node.js container stop the execution of my function
giulio64
HOBBYOP

2 years ago

Hello everybody, I have this function that works perfectly fine on my local environment but for some reason it doesn't here on railway: I have this webhook that receives data and do some processing, it can take up to 15-20 minutes. I was looking the execution logs and it stopped out of nowhere without any error, without executing the rest of the script:

"[OpA]"

Sep 20 18:25:19

"[OpB] -

Sep 20 18:25:19

"[OpC] - waiting 2000ms for queue"

Sep 20 18:25:22

"[OPD] - elapsed 1s"

Sep 20 18:25:42

"Retrieved 11970 transactions total calls: 13 elapsed: 15s"

Sep 20 18:25:42

"[OPDE] - Starting transaction details retrieval..."

Sep 20 18:31:54

"[OPDF] - Retrieved transactions data - elapsed 367s"

Sep 20 18:31:54

All this operation are done by a static class, then it returns to the main class where the webhook is, but it doesn't. Any tips?

1 Replies

2 years ago

Unfortunately we do not have any more obversibity into what your code is / is not doing than you would, thus we have no real way of helping you here with this application level issue.


Welcome!

Sign in to your Railway account to join the conversation.

Loading...