re-frame-10x icon indicating copy to clipboard operation
re-frame-10x copied to clipboard

Detect and alert users on unusual subscription run patterns

Open danielcompton opened this issue 7 years ago • 2 comments
trafficstars

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 avatar Feb 09 '18 09:02 danielcompton

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

mike-thompson-day8 avatar Feb 10 '18 01:02 mike-thompson-day8

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.

danielcompton avatar Feb 11 '18 09:02 danielcompton