Worker timeout
not sure why but my project thats been hosted here for weeks has been working phenomenally. all of a sudden, this one and a different project all the workers are failing. attached is my railway.json config, any causes for this? at a certain pint, a webhook in my code started receiving way too many requests and i'm wondering if this caused it. in my other project though, workers fail right after deployment for relatively simple code. is there anyway to avoid this?
for the project i included screenshots of, here is the project id
ba57bf2a-26c5-46ca-a9b1-8efc01fa23ab
2 Replies
Project ID:
ba57bf2a-26c5-46ca-a9b1-8efc01fa23ab
worker time outs mean your code took too long to respond to an incoming request, you would need to do some debugging here..
what specific request is timing out?
are you calling an external API during these requests?
what part of your code is silently failing?
are assets loaded correctly?