Hey there, I have a quick question about Workflow limits ✨ From limits docs: https://developers.cl
Hey there, I have a quick question about Workflow limits
From limits docs: https://developers.cloudflare.com/workflows/reference/limits/
Question: Does a workflow that is currently in a "Sleep" step count as being active/concurrent? Queued? Something else?
Usage: I'd like to make a workflow that creates a user, then waits for a few days to check if the user has signed in.
This will lead to many "active" workflows that are mostly on a "sleep" step, and I can't work out from the docs if I'm going to run into limit issues or not.
Ty!
From limits docs: https://developers.cloudflare.com/workflows/reference/limits/
- Concurrent Workflow instances (executions) per account: 4500
- Maximum number of queued instances: 100,000
Question: Does a workflow that is currently in a "Sleep" step count as being active/concurrent? Queued? Something else?
Usage: I'd like to make a workflow that creates a user, then waits for a few days to check if the user has signed in.
This will lead to many "active" workflows that are mostly on a "sleep" step, and I can't work out from the docs if I'm going to run into limit issues or not.
Ty!


