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
…g domain

Signed-off-by: Douglas Koerich <[email protected]>
  • Loading branch information
dkoerichbird committed May 13, 2024
1 parent 462ae0e commit f15a2a1
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 @@ -370,6 +370,16 @@ Specify how often, in seconds, to perform a sweep that checks for expired suspen

</dd>

<dt><a name="modules.adaptive.resume_from_cache"></a> resume_from_cache</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`.

</dd>

</dl>

### <a name="modules.adaptive.options"></a> Options That Affect Specific Domains
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 f15a2a1

Please sign in to comment.