I have observed multiple instances of Client Disconnected invocation errors on my Worker. As I understand it this is caused by the client disconnecting (link) . All my requests come from the same source and 99.5% of them are successful. Each call also takes no more than 2 seconds to execute attached is a sample request which never finished executing. How do I recreate this and fix this?
#Client disconnected
9 messages · Page 1 of 1 (latest)
You can't really, clients always have a chance of losing connection/closing their browser/etc
The fact that they show as "errors" has been talked about before, imo not true errors but could show client side problems if you had configured a timeout, for example
Thanks @daring zodiac I am unsure if that is specifically the problem here because I tried using curl --max-time 10 <WORKER_URL> and was unable to recreate it. Is there. Also the calling application is not a browser. Do you know of a way to realiably recreate this error?