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 control for when to run queries #957

Open
sstults-non-empl opened this issue Feb 22, 2024 · 0 comments
Open

Add control for when to run queries #957

sstults-non-empl opened this issue Feb 22, 2024 · 0 comments

Comments

@sstults-non-empl
Copy link

Is your feature request related to a problem? Please describe.
There are several circumstances where having the queries automatically refresh their results is not desirable. One example is where there is a large case and we exceed the queries-per-second throttle between Quepid and the search engine. Another example is when heavy load causes instability in a non-production search engine.

Describe the solution you'd like
I would like to have two options to control when queries are run. The first is a toggle and a button at the top of the case. When the toggle is off queries aren't automatically run and the button runs them.

The second control I would like to have is the ability to re-run individual queries. This would help instances where most of the case ran but there were a couple of timeouts or other related temporary errors.

Describe alternatives you've considered

  1. Break large cases up into smaller ones
  2. Keep re-running the case until the whole thing succeeds
  3. Beef up intermediate environments so that they can handle whatever load we throw at them
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

1 participant