You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
createErrorAlertsAndMoveOn
which is true by defaultIf 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
The text was updated successfully, but these errors were encountered: