Hello! I’m wondering if anyone else is running into a similar issue that we’re having. We’ve set up

Hello! I’m wondering if anyone else is running into a similar issue that we’re having. We’ve set up a workflow which has a waitForEvent step, but when we use sendEvent in our route to continue the workflow, we are sometimes waiting up to 45 minutes for the workflow to continue. Some extra info:
  • The route where sendEvent is being called is deployed to a Cloudflare Worker.
  • No errors are being thrown when sendEvent is called, and the types match.
  • The issue seems to happen when the workflow has been idle for at least 20 minutes, if the waitForEvent step has only been waiting for a few minutes I haven’t recreated the issue yet, but when the waitForEvent step has been waiting 20+ minutes we run into the issue the majority of the time.
  • We haven’t changed any of the default retry logic in the workflow.
Any ideas? My understanding is that this isn’t the expected behaviour in a Cloudflare Workflow.
Was this page helpful?