I have a schedule that returns multiple `RunReques...
# ask-community
p
I have a schedule that returns multiple
RunRequest
as a
List[RunRequest]
. At the moment, these are launched in parallel. How can I ensure that these are run sequentially? Is there a simple way to specify this in either the resource config or through the API?
🤖 1