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/
  • Concurrent Workflow instances (executions) per account: 4500
  • Maximum number of queued instances: 100,000
For queued instances, the description is: "the Workflow is queued, but not currently running. This can happen when you are at the concurrency limit and new instances are waiting for currently running instances to complete."

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!
Was this page helpful?