check_repair_strategy_limit
Prevents endless retries of a failing repair strategy by blocking it after repeated failures for a given error fingerprint.
Instructions
Ensure that the same repair strategy is not retried endlessly. If it has failed multiple times for this failure fingerprint, it will be marked as BLOCKED.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fingerprint | Yes | The diagnostic fingerprint of the error under repair | |
| strategyName | Yes | The name of the repair strategy to validate |