This definitely needs more thought, but there is a use case for looping the same requests multiple times before moving on to the next one. For instance, if a request is to check the status of an operation, you would want to run that until the operation had finished before moving on.
This definitely needs more thought, but there is a use case for looping the same requests multiple times before moving on to the next one. For instance, if a request is to check the status of an operation, you would want to run that until the operation had finished before moving on.