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
sendEventis being called is deployed to a Cloudflare Worker. - No errors are being thrown when
sendEventis called, and the types match. - The issue seems to happen when the workflow has been idle for at least 20 minutes, if the
waitForEventstep has only been waiting for a few minutes I haven’t recreated the issue yet, but when thewaitForEventstep 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.


