Replies: 1 comment
-
Hey @Paladond, I'm not totally clear on your use-case, however the SequentialTaskSet may be of use to you here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a question about sequential sending of requests. I have an approximate version of the code that I use. I want each subsequent request to come from a new user. My generator simulates the number of requests per minute. If my generator "created" 3 requests - I want to send these requests one after another sequentially using a 'sleep_time', etc.
I am interested in the following questions:
Beta Was this translation helpful? Give feedback.
All reactions