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

Detect and alert users on unusual subscription run patterns #148

Open
3 tasks
danielcompton opened this issue Feb 9, 2018 · 2 comments
Open
3 tasks

Detect and alert users on unusual subscription run patterns #148

danielcompton opened this issue Feb 9, 2018 · 2 comments
Milestone

Comments

@danielcompton
Copy link
Contributor

danielcompton commented Feb 9, 2018

There are some subscription run patterns that are unusual, and that we should alert the user about.

  • Show a listing of the full pattern when expanding the sub (truncated to three)
  • Show a warning icon if there is a problem in the header
  • Print the warning explanation when expanding the sub
@danielcompton danielcompton added this to the 0.2.0 milestone Feb 9, 2018
@mike-thompson-day8
Copy link
Contributor

mike-thompson-day8 commented Feb 10, 2018

Aberrant patterns:

  1. a layer 3 subscription which ran but result tests = to last time
  2. a subscription which was both created and destroyed within the one epoch
  3. destroyed and run in same epoch?
  4. created but not run in an epoch
  5. Run multiple times in one epoch

@danielcompton
Copy link
Contributor Author

A subscription that was destroyed and then run intra-epoch is bad news also, indicates that it is being dereffed inappropriately, possibly in an on-click handler.

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

2 participants