Skip to content

insights: default to retrying queries that error

Administrator requested to merge insights/default-to-retryable-errors into main

Created by: leonore

closes #37284 (closed)

Test plan

Modified and added unit tests.

Artificially added retryable and non retryable error events in the decoder and observed insights react appropriately:

  • observed error message for an insight on a list of repos
Screenshot 2022-06-15 at 15 56 55
  • observed error message for a query that will be marked as errored (retryable)
Screenshot 2022-06-15 at 15 58 19
  • observed error message for a query that will be marked as failed (non-retryable)
Screenshot 2022-06-15 at 16 02 33

Merge request reports

Loading