The Workers runtime canceled this request because it detected that your Worker's code had hung and w

hey there, my rust worker start throwing this error since few days , before everything worked fine but now i get this id: 01JYJD6116YXXQN7KTHK3M165D request id: 9550e2d61c07eeba
1 Reply
Konrad
KonradOP5mo ago
The Workers runtime canceled this request because it detected that your Worker's code had hung and would never generate a response. Refer to: https://developers.cloudflare.com/workers/observability/errors/
how does it determine that my worker's code had hung?? this is definitely something that changed recently is there any setting that specifies the timeout until it marks it as "hung" ? even upgraded to cloudflare workers paid plan didnt fix the issue the users reported issues 5 days ago with this the same worker used to work just fine before now it starts to throw exceptions worked for 4 months straight weirdly, updated all rust toolchains, and everything + used wrangler@latest and it works maybe something was corrupted

Did you find this page helpful?