Skip to content

Commit

Permalink
EOP-143: New adaptive option to allow reading from cache when resumin… (
Browse files Browse the repository at this point in the history
#761)

* EOP-143: New adaptive option to allow reading from cache when resuming domain

Signed-off-by: Douglas Koerich <[email protected]>

* EOP-143: Moving to alphabetic order

Signed-off-by: Douglas Koerich <[email protected]>

* EOP-143: Formatting and rephrasing

Signed-off-by: Douglas Koerich <[email protected]>

* EOP-143: Changing option name for clarity

Signed-off-by: Douglas Koerich <[email protected]>

---------

Signed-off-by: Douglas Koerich <[email protected]>
  • Loading branch information
dkoerichbird committed May 15, 2024
1 parent 462ae0e commit 1ec0403
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion content/momentum/4/modules/4-adaptive.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,16 @@ Specify the name of the outbound throttle messages series. Default name is `OBTM

</dd>

<dt><a name="modules.adaptive.read_cache_after_suspension"></a> read_cache_after_suspension</dt>

<dd>

_Introduced in Momentum 4.8._

If set to `true`, the adaptive option values (typically message throttles) that were 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 default values being applied. Default value is `false`.

</dd>

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

<dd>
Expand Down Expand Up @@ -1032,4 +1042,4 @@ Adjusting the format of this report by changing the parameters passed to the ad_

Log retention is enabled by default and uses the existing ec_rotate log rotation process. ec_rotate consults `ec_rotate.conf` to determine what and where to look for logs to rotate. For more information, see [`ec_rotate.conf` File”](/momentum/4/log-rotating#conf.ref.ec_rotate.conf).

For the format of the adaptive log, see [`adaptive` Log”](/momentum/4/adaptive-log-format).
For the format of the adaptive log, see [`adaptive` Log”](/momentum/4/adaptive-log-format).

0 comments on commit 1ec0403

Please sign in to comment.