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?
2 Replies
kchro3
kchro3OP5d ago
No description
kchro3
kchro3OP4d 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?

Did you find this page helpful?