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

Add UI and functions that enable users to adjust task quota #92

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

orange0629
Copy link

Codes for issue #90

image

@orange0629
Copy link
Author

orange0629 commented Aug 12, 2024

If you want to try this new feature, add "allow_user_adjust_quota": True under "automatic_assignment" in your yaml project config file. The yaml should look as follows:

{
......
"automatic_assignment": {
      "on": True,
      "sampling_strategy": 'random',
      ......
      "allow_user_adjust_quota": True,   <- Newly added
    },
}

@orange0629
Copy link
Author

Known issue: If an instance can be sampled multiple times, it's possible for a user to get a repeated instances after they increase their quota. Can anyone confirm if it's an expected behavior by design?

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

Successfully merging this pull request may close these issues.

1 participant