added comment to make it more self explainatory

This commit is contained in:
Naresh Kumar 2024-03-05 10:17:55 +05:30
Родитель c1cfb77d28
Коммит ddefa77ff4
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -199,4 +199,5 @@ TimeScopedRestartCodePackage :- RestartCodePackage(DoHealthChecks=false, MaxWait
## Restart individual replica hosted in the process. If you do not specify a value for MaxExecutionTime argument, the default is 60 minutes. ## Restart individual replica hosted in the process. If you do not specify a value for MaxExecutionTime argument, the default is 60 minutes.
TimeScopedRestartReplica :- RestartReplica(DoHealthChecks=false, MaxWaitTimeForHealthStateOk=00:01:00, MaxExecutionTime=00:15:00). TimeScopedRestartReplica :- RestartReplica(DoHealthChecks=false, MaxWaitTimeForHealthStateOk=00:01:00, MaxExecutionTime=00:15:00).
## Custom Repair - This is an example of how to call a custom repair from a plugin. This is a placeholder for a real repair that you would write in your own plugin.
##Mitigate(HealthState="Warning") :- CustomRepair("repair rule loaded from plugin"). ##Mitigate(HealthState="Warning") :- CustomRepair("repair rule loaded from plugin").