Skip to content

Commit

Permalink
AAP-12198 Added important note to rulebook activation chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
jself-sudoku committed Oct 2, 2023
1 parent 4b88caf commit 588c097
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ The content would be equivalent to the file passed through the `--vars` flag of

. Select btn:[Create rulebook activation].

[IMPORTANT]
====
To avoid potential saturation on {ControllerName}, note that each activation rulebook might potentially send numerous requests to the {ControllerName} and trigger multiple jobs, depending on how rules in your rulebook are defined and the volume of incoming events. Each rulebook activation (ansible-rulebook process) has a default throttling mechanism set at 30 connections when connecting to the {ControllerName}.
You can adjust this value using the environment variable `EDA_CONTROLLER_CONNECTION_LIMIT`. If you anticipate that your rulebook might trigger more jobs on the {ControllerName} than it can process, consider reducing this value.
Also note that, currently, {EDAcontroller} does not yet support the customization of environment variables per activation. As a workaround, you can define `EDA_CONTROLLER_CONNECTION_LIMIT` during the image build step.
====

Your rulebook activation is now created and can be managed in the *Rulebook Activations* screen.

After saving the new rulebook activation, the rulebook activation's details page is displayed.
Expand Down

0 comments on commit 588c097

Please sign in to comment.