alerting icon indicating copy to clipboard operation
alerting copied to clipboard

If doc monitor execution fails for certain errors, log error alert, update seq no and ensure further data is seen in next execution

Open eirsep opened this issue 1 year ago • 0 comments

  • We could create a boolean flag createErrorAlertsAndMoveOn which is true by default
  • create a list that holds exceptions from following operations

If percolate query fails, on one of the batches of docs queried, we can add to list of exceptions and move on to update sequence number. Don't fail entire monitor execution


If shard fetch fails circuit breaker exception we can retry in upcoming executions of job for that shard but catch and continue execution to try query other shards/indices

eirsep avatar Jan 20 '24 03:01 eirsep