Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EOP-143: New adaptive option to allow reading from cache when resumin… #761

Merged
merged 4 commits into from
May 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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).
Loading