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

Provide warning feedback to free tier users if their execution settings exceed limit #915

Open
2 tasks
ckbedwell opened this issue Aug 20, 2024 · 0 comments
Open
2 tasks
Labels
enhancement New feature or request frontend Needs to be implemented in the frontend application

Comments

@ckbedwell
Copy link
Contributor

This ticket should be addressed after #914 has been completed.

Problem

Free tier users have a 100k limit before they are unable to create checks. During check creation / editing they will want to know if their frequency / probe location combination will take them above their remaining quota so they can adjust their options to bring them beneath the threshold.

e.g. a user have have 3 checks running that cumulatively uses 80,000 executions (approx.) per month, this means they have 20,000 executions left per month before their quota is exceeded.

Completion criteria

  • On the Execution step of check creation / editing display a warning that their current selection will take them above their monthly quota and by how much it would be exceeded by
  • Ensure your solution has the appropriate integration tests

Please see the accompanying parent ticket for considerations. The same apply to this ticket.

@ckbedwell ckbedwell added enhancement New feature or request frontend Needs to be implemented in the frontend application labels Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frontend Needs to be implemented in the frontend application
Projects
None yet
Development

No branches or pull requests

1 participant