Hey guys, I'm running into a persistent
Hey guys, I'm running into a persistent issue where workers report typical wall time (200ms) but my client-side ends up taking around 5-6s and timing out. Haven't been able to reproduce consistently but run into this problem every single day basically.
Here's an example of what I've logged from one of these faulty requests:
- Wall time (233ms)
- Request from upstream provider (LLM Inference) - (181ms)
Client-Side
While connecting
- 🔎 summary | reused:0 proto:h3 dns:1ms tcp:118ms tls:117ms server:2918ms total:3154ms
-> Reused indicates if this was a previously open connection.
While receiving
-> ⚠️ Total Time for Server Response: 3156ms
9 Replies
Hey, I am not following. What were you trying to do and how? This does not seem to be a cloudflare workflows error. (As far as I understand)
So basically I'm just using CFW as middleware to authenticate session tokens using Jose. That's the only thing my instance is doing. The request is to the worker like
/llm/request to be able to get a response back.
The problem I'm running into is that for some reason, extremely randomly, the client-side time to get a response back is really really slow, like 5-6 seconds, even though wall time for that same request is 200ms or so.By CFW you mean cloudflare workers?
yes
Oh, wrong channel, can I redirect you here https://discord.com/channels/595317990191398933/779390076219686943 (not sure if this is the right one)
Oh yes please
Sorry about that
No worries
@avenceslau | Workflows curious if you know the response time for issues in workers-and-pages-help. I was looking through some old issues and don't see many responses to the issues raised
I am not sure
I am sorry for not being able to help