Start/notes.ini Parameters/AMgr_NewMailAgentMinInterval

AMgr_NewMailAgentMinInterval

Parameter: AMgr_NewMailAgentMinInterval
Short description: Minimum interval in minutes between two executions of the same new mail-triggered agent. Default: 0 (no minimum interval).

Profile

Parameter
AMgr_NewMailAgentMinInterval
Category
Startup / Tasks (Agent Manager)
Available since
At least 11.0.1 (HCL documentation)
GUI equivalent
According to HCL, no direct GUI option. Can be set in the Configuration document on the NOTES.INI Settings tab.
Possible values
Integer — number of minutes
Default
0

Description

According to the HCL product documentation:
Specifies the minimum elapsed time, in minutes, between execution of the same new mail-triggered agent.
New mail-triggered agents are activated by the arrival of new mail in the inbox. With high mail volume, the same agent can therefore run very frequently in succession — which costs performance. AMgr_NewMailAgentMinInterval sets a minimum interval between two executions of the same agent.

Example configuration

AMgr_NewMailAgentMinInterval=5
With AMgr_NewMailAgentMinInterval=5, each individual new mail agent will only run again at most every 5 minutes, even if new mail has arrived in the meantime.

Notes & pitfalls

  • Related parameter: AMgr_DocUpdateAgentMinInterval (minimum interval for document update agents).
  • Default 0 means no minimum interval — i.e. agents may start again on every new mail.
  • On mail-heavy servers a value of 1–5 minutes is often sensible to avoid load spikes from trigger storms.

Sources (HCL Product Documentation)