i using "connect-timeout": "^1.7.0" top-level middleware in express.js 4.12 ("express": "^4.12.3") app. have no problem in using such. can set timeout 50 seconds, 5 seconds, 1 second, of function fine. however, i'm noticing if set connect-timeout timeout value greater 110 seconds, app still timeout after 110 seconds following message: "http request terminated because script did not produce output 110 seconds"
is there other setting needs adjusted? can't find reference of such setting. or insight obliged! let me know if need more info me. thanks!
best, chris
(do not worry process taking more 110 seconds, intended behavior)
it might possible doubt it. own custom client wait long though. , if client might still need output keep connection open. output newline or . every 30 seconds.
interested hear if there way. have found people don't want leave idle http connections open swimming upstream.
are sure client didn't disconnect?
other options things rpc, tcp server, polling http endpoint status.
Comments
Post a Comment