a year ago
whats the timout?
ⓘ Deployment information is only viewable by project members and Railway employees.
5 Replies
a year ago
Hello,
What's the Timeout of what?
I'm not sure what you're asking, sorry, please clarify.
a year ago
I am fetching on frontend using http2 , but after 5 min I see error on railway, I can't fetch any ongoing backend request if it run more than 5 min?
a year ago
Hello,
We do have a timeout of 5 minutes, this is not something that is configurable.
Can you explain why you are doing a long running single request?
a year ago
I need to fetch complete status from backend to frontend
The issue is that frontend cannot fetch anymore than 5 min.
What's the solution?
The backend keeps working
a year ago
You would want to use polling or websockets to check the status instead of a long running tasks.
Status changed to Solved brody • about 1 year ago