Skip to content

Commit

Permalink
EOP-143: Moving to alphabetic order
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Koerich <[email protected]>
  • Loading branch information
dkoerichbird committed May 13, 2024
1 parent f15a2a1 commit eb318dd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions content/momentum/4/modules/4-adaptive.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,29 +354,29 @@ Specify the name of the outbound throttle messages series. Default name is `OBTM

</dd>

<dt><a name="modules.adaptive.split_logs_by_binding"></a> split_logs_by_binding</dt>
<dt><a name="modules.adaptive.resume_from_cache"></a> resume_from_cache</dt>

<dd>

If split_logs_by_binding is `false`, then the log file used will be named `/var/log/ecelerity/adaptive/adaptive.log`. If this option is `true` then the log file(s) used will be named /var/log/ecelerity/adaptive/*`bindingname`*.log, where `bindingname` is replaced with the name of the binding with which the operational event is associated. Default value is `false`.
Introduced in Momentum 4.8.

If set to `true`, the adaptive option values (typically message throttles) cached before a domain was suspended will be considered when it gets resumed (returns from suspension). It may be beneficial to set this to true if you want to avoid a domain being suspended over and over because of adaptive rules applied on default values. Default value is `false`.

</dd>

<dt><a name="modules.adaptive.suspend_sweep_interval"></a> suspend_sweep_interval</dt>
<dt><a name="modules.adaptive.split_logs_by_binding"></a> split_logs_by_binding</dt>

<dd>

Specify how often, in seconds, to perform a sweep that checks for expired suspensions and re-enable the affected binding::domain. Default value is `60` seconds. Set to `0` to disable.
If split_logs_by_binding is `false`, then the log file used will be named `/var/log/ecelerity/adaptive/adaptive.log`. If this option is `true` then the log file(s) used will be named /var/log/ecelerity/adaptive/*`bindingname`*.log, where `bindingname` is replaced with the name of the binding with which the operational event is associated. Default value is `false`.

</dd>

<dt><a name="modules.adaptive.resume_from_cache"></a> resume_from_cache</dt>
<dt><a name="modules.adaptive.suspend_sweep_interval"></a> suspend_sweep_interval</dt>

<dd>

Introduced in Momentum 4.8.

If set to `true`, the adaptive option values (typically message throttles) cached before a domain was suspended will be considered when it gets resumed (returns from suspension). It may be beneficial to set this to true if you want to avoid a domain being suspended over and over because of adaptive rules applied on default values. Default value is `false`.
Specify how often, in seconds, to perform a sweep that checks for expired suspensions and re-enable the affected binding::domain. Default value is `60` seconds. Set to `0` to disable.

</dd>

Expand Down

0 comments on commit eb318dd

Please sign in to comment.