7 months 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]"
"[OpB] -
"[OpC] - waiting 2000ms for queue"
"[OPD] - elapsed 1s"
"Retrieved 11970 transactions total calls: 13 elapsed: 15s"
"[OPDE] - Starting transaction details retrieval..."
"[OPDF] - Retrieved transactions data - elapsed 367s"
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
7 months 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.