"Abort due to timeout"

Any idea why my stuff is timing out? I always get the error "Operation was aborted due to timeout"
https://github.com/The-LukeZ/lukez-monitor/blob/master/src/index.ts
I've explicitly reduced the timeout duration to not run into those kind of issues. My one service might have higher latency but not over 3 seconds.
2 Replies
rishsane
rishsane4w ago
Could flare edge function has time limits like 25s
LukeZ
LukeZOP4w ago
that's weird. I set the limit to 3 seconds max per request and even did Promise.all... Oh btw. This is scheduled. So this is still happening but very often now.

Did you find this page helpful?