Seeing this error:

Seeing this error:
{
"$workers": {
"diagnosticsChannelEvents": [],
"truncated": false,
"event": {
"rpcMethod": "run"
},
"scriptName": "...",
"outcome": "exception",
"eventType": "rpc",
"entrypoint": "...",
"scriptVersion": {
"id": "..."
},
"executionModel": "stateless",
"requestId": "...",
"wallTimeMs": 30006,
"cpuTimeMs": 0
},
"level": "error",
"message": "run",
"$metadata": {
"now": "2025-02-27T19:19:13.214Z",
"id": "...",
"requestId": "...",
"service": "...",
"error": "run",
"message": "run",
"account": "...",
"type": "cf-worker-event",
"fingerprint": "...",
"origin": "rpc"
}

}
{
"$workers": {
"diagnosticsChannelEvents": [],
"truncated": false,
"event": {
"rpcMethod": "run"
},
"scriptName": "...",
"outcome": "exception",
"eventType": "rpc",
"entrypoint": "...",
"scriptVersion": {
"id": "..."
},
"executionModel": "stateless",
"requestId": "...",
"wallTimeMs": 30006,
"cpuTimeMs": 0
},
"level": "error",
"message": "run",
"$metadata": {
"now": "2025-02-27T19:19:13.214Z",
"id": "...",
"requestId": "...",
"service": "...",
"error": "run",
"message": "run",
"account": "...",
"type": "cf-worker-event",
"fingerprint": "...",
"origin": "rpc"
}

}
Can I get assistance with understanding what this means and where it's coming from?
4 Replies
kchro3
kchro3OP•2mo ago
No description
kchro3
kchro3OP•2mo ago
i'm also seeing a ton of Error: Durable Object is overloaded. Too many requests queued. errors I guess what I can gather from the log is that "run" is an RPC, so this indicates that the workflow execution is failing?
pxPP
pxPP•2mo ago
Hi @kchro3 🙂 I am experiencing the same problem. In the worker logs I always see an exception on run, but in the dashboard the workflow is shown as successful. I also see all ongoing logs. It all looks like a successful execution, but I am concerned about this exception, which cannot be caught with a try catch and there are no other logs.
kchro3
kchro3OP•2mo ago
Ah, bummer. can you flag this in the channel too? I think it’s buried if you comment in this thread, so it would help for visibility

Did you find this page helpful?