ajay1495
CDCloudflare Developers
•Created by ajay1495 on 3/19/2025 in #workflows-beta
Right, we should have expected retry
@HardlyWorkin' appreciate any guidance here 🙂
10 replies
CDCloudflare Developers
•Created by ajay1495 on 3/19/2025 in #workflows-beta
Right, we should have expected retry
@Matt Silverlock @Diogo Ferreira
10 replies
CDCloudflare Developers
•Created by ajay1495 on 3/19/2025 in #workflows-beta
Right, we should have expected retry
@Matt Silverlock
10 replies
CDCloudflare Developers
•Created by ajay1495 on 3/19/2025 in #workflows-beta
Right, we should have expected retry
Sorry for the delay. Account ID is: 470d4729e23e8936fd2a8f6569770873
10 replies
CDCloudflare Developers
•Created by ajay1495 on 3/19/2025 in #workflows-beta
Right, we should have expected retry
@HardlyWorkin' @Matt Silverlock
Let me know if any guidance on this. We're hoping to rely on Cloudflare Workflows for a polling process, so this seemingly spurious error gives us pause.
Having some clarity here would help us greatly.
10 replies
CDCloudflare Developers
•Created by ajay1495 on 3/19/2025 in #workflows-beta
Right, we should have expected retry
@Matt Silverlock For context here are the events from that run:
[
{
"datetime": "2025-03-16T06:37:31Z",
"eventType": "ATTEMPT_START",
"instanceId": "cb2f6bf4-b248-4d1f-9504-cec844eb75f3",
"stepCount": 1,
"stepName": "get client database connection",
"wallTime": 0,
"workflowName": "poll-database-workflow",
"wallTimeTillNextStep": 0
},
{
"datetime": "2025-03-16T06:37:31Z",
"eventType": "STEP_START",
"instanceId": "cb2f6bf4-b248-4d1f-9504-cec844eb75f3",
"stepCount": 1,
"stepName": "get client database connection",
"wallTime": 0,
"workflowName": "poll-database-workflow",
"wallTimeTillNextStep": 0
},
{
"datetime": "2025-03-16T06:37:31Z",
"eventType": "WORKFLOW_START",
"instanceId": "cb2f6bf4-b248-4d1f-9504-cec844eb75f3",
"stepCount": 0,
"stepName": "",
"wallTime": 0,
"workflowName": "poll-database-workflow",
"wallTimeTillNextStep": 1
},
{
"datetime": "2025-03-16T06:37:32Z",
"eventType": "STEP_SUCCESS",
"instanceId": "cb2f6bf4-b248-4d1f-9504-cec844eb75f3",
"stepCount": 1,
"stepName": "get client database connection",
"wallTime": 0,
"workflowName": "poll-database-workflow",
"wallTimeTillNextStep": 0
},
{
"datetime": "2025-03-16T06:37:32Z",
"eventType": "ATTEMPT_SUCCESS",
"instanceId": "cb2f6bf4-b248-4d1f-9504-cec844eb75f3",
"stepCount": 1,
"stepName": "get client database connection",
"wallTime": 0,
"workflowName": "poll-database-workflow",
"wallTimeTillNextStep": 0
}
]
10 replies