Skip to content

Commit 1ec0403

Browse files
authored
EOP-143: New adaptive option to allow reading from cache when resumin… (#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]>
1 parent 462ae0e commit 1ec0403

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

content/momentum/4/modules/4-adaptive.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,16 @@ Specify the name of the outbound throttle messages series. Default name is `OBTM
354354

355355
</dd>
356356

357+
<dt><a name="modules.adaptive.read_cache_after_suspension"></a> read_cache_after_suspension</dt>
358+
359+
<dd>
360+
361+
_Introduced in Momentum 4.8._
362+
363+
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`.
364+
365+
</dd>
366+
357367
<dt><a name="modules.adaptive.split_logs_by_binding"></a> split_logs_by_binding</dt>
358368

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

10331043
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).
10341044

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

0 commit comments

Comments
 (0)