Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Questions: #890

Closed
acheshkov opened this issue Sep 20, 2018 · 2 comments
Closed

Questions: #890

acheshkov opened this issue Sep 20, 2018 · 2 comments

Comments

@acheshkov
Copy link

Hello,

unfortunately I did not find answers in docs for next questions:

  1. How long one instance of user live ?
  2. Do tasks to execute selected randomly with replacement ?
  3. Is it possible to define user life time ?
@dblakemore
Copy link

dblakemore commented Sep 21, 2018

I can answer 2 for certain... Yes, tasks are selected randomly from a TaskSet. If you want to guarantee each task is executed an equal number of times, you can use a TaskSequence instead.

@aldenpeterson-wf
Copy link
Contributor

  1. Users live indefinitely throughout the duration of the run
  2. what @dblakemore said
  3. Not really, though you could implement logic where you tell the user to just sleep after a given condition is met - it would prevent the user from making more requests, which might serve the same goal here depending on what you are looking for

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants