fluo icon indicating copy to clipboard operation
fluo copied to clipboard

Improve handling of errors.

Open keith-turner opened this issue 7 years ago • 0 comments

Currently when an Observer fails an exception is logged and Fluo retries when it sees the notification again. What if anything can be done to improve this?

Below are some possibilities.

  1. Retry failed notification less frequently.
  2. Have an API and command line tool for finding failed notifications.
  3. Document via a blog post how to use log stash with Fluo to find failed notification log messages.

keith-turner avatar Feb 13 '18 15:02 keith-turner