Do sleeping Workflows count towards the maximum concurrent execution limit?
I expect to have over 100 workflows sleeping at a given time and I was wondering if these would be counted towards the limit since sleeping executions are marked as
Running
on the dashboard.3 Replies
?crossposting -> better to ask in #workflows-beta
99% sure the answer is no, as it's not actually running, espec when the sleep docs say
A Workflow instance that is resuming from sleep will take priority over newly scheduled (queued) instances. This helps ensure that older Workflow instances can run to completion and are not blocked by newer instances.but will let them answer
Please do not post your question in multiple channels/post it multiple times per the rules at #😃welcome-and-rules. It creates confusion for people trying to help you and doesn't get your issue or question solved any faster.
Thanks - found the channel just after I posted the question