zlwaterfield
PROOP
a year ago
The docs say 900 second timeout, I've also seen 5 min throughout the forums but I'm seeing 100 seconds where the client closes the request with a status of 499.
It's a simple node app (endpoint /start). Any idea how I can debug this and resolve it? Is the max timeout configurable?
7 Replies
a year ago
A status code of 499 means the client closed the connection prematurely, not railway
a year ago
should that route take longer than 1 second?
Got it, it was Cloudflare. And yes it's a long running job. Working on make async but for now this is worling.
a year ago
awsome!
