Weird "run" error with workers + CF workflows

{
"$cloudflare": {
"diagnosticsChannelEvents": [],
"truncated": false,
"event": {
"rpcMethod": "run"
},
"scriptName": "telegram-mod",
"outcome": "exception",
"eventType": "rpc",
"entrypoint": "MessageHandler",
"scriptVersion": {
"id": "76e2dd15-d113-430e-a2ee-529dfd2bc771"
},
"executionModel": "stateless",
"$metadata": {
"requestId": "FU02JX2871X677HA",
"id": "01JHED5VRMEET8V1MG0EXQH96G",
"type": "cf-worker-event",
"error": "run"
}
},
"level": "error",
"message": "run"
}
{
"$cloudflare": {
"diagnosticsChannelEvents": [],
"truncated": false,
"event": {
"rpcMethod": "run"
},
"scriptName": "telegram-mod",
"outcome": "exception",
"eventType": "rpc",
"entrypoint": "MessageHandler",
"scriptVersion": {
"id": "76e2dd15-d113-430e-a2ee-529dfd2bc771"
},
"executionModel": "stateless",
"$metadata": {
"requestId": "FU02JX2871X677HA",
"id": "01JHED5VRMEET8V1MG0EXQH96G",
"type": "cf-worker-event",
"error": "run"
}
},
"level": "error",
"message": "run"
}
I'm getting this occasionally. However all my workflows seems to work fine with all steps having succeeded. Any idea what this might be?
3 Replies
Luca (steebchen)
Luca (steebchen)OP2w ago
my wrangler.toml
[[workflows]]
# name of your workflow
name = "telegram-mod-wf"
# binding name env.MY_WORKFLOW
binding = "workflow"
# this is class that extends the Workflow class in src/index.ts
class_name = "MessageHandler"
[[workflows]]
# name of your workflow
name = "telegram-mod-wf"
# binding name env.MY_WORKFLOW
binding = "workflow"
# this is class that extends the Workflow class in src/index.ts
class_name = "MessageHandler"
Luca (steebchen)
Luca (steebchen)OP2w ago
No description
Luca (steebchen)
Luca (steebchen)OP2w ago
ah alright. thx!

Did you find this page helpful?