Skip to content

Commit 6d462fb

Browse files
authored
Merge pull request #104 from GabrielSalla/add-docs-missing-procedure
Add missing docs for procedure
2 parents acb9e9a + 51b1279 commit 6d462fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/configuration_file.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ application_queue:
6767
- `controller_procedures.monitors_stuck`: Map. Settings for the procedure to fix monitors stuck in "queued" or "running" status.
6868
- `controller_procedures.monitors_stuck.schedule`: String using Cron format. Schedule to execute the `monitors_stuck` procedure.
6969
- `controller_procedures.monitors_stuck.params.time_tolerance`: Integer. Time tolerance in seconds for a monitor to be considered as stuck. This parameter is directly impacted by the `executor_monitor_heartbeat_time` setting and the recommended value is 2 times the heartbeat time.
70+
- `controller_procedures.notifications_alert_solved.schedule`: String using Cron format. Schedule to execute the `notifications_alert_solved` procedure.
7071

7172
## Executor Settings
7273
- `executor_concurrency`: Integer. Number of tasks that can be executed at the same time by each Executor.

0 commit comments

Comments
 (0)