Parameter:
AMgr_DocUpdateEagernessShort description: Controls how aggressively the Agent Manager triggers Document Update trigger agents.
Profile
Parameter | AMgr_DocUpdateEagerness |
Category | Startup / Tasks |
Component | Server |
Available since | 9.0.1 |
Supported versions | 9.0.1, 10.0, 11.0, 12.0, 14.0, 14.5, 14.5.1 |
GUI equivalent | Server document (Server Tasks → Agent Manager) |
Possible values | 1–100 (higher = more aggressive, lower = less load) |
Description
Document Update trigger agents (e.g. workflow agents that react to every change) are not necessarily executed immediately on every save. Based on
AMgr_DocUpdateEagerness, the Agent Manager calculates how quickly and how often such agents are started.Value 1 = very restrained (relieves CPU, longer latency), value 100 = immediately on update (low latency, higher load). By default, the value is in the middle.
Example configuration
AMgr_DocUpdateEagerness=50
Notes & pitfalls
- For workflow-heavy applications (travel/approval databases), a higher value can improve the user experience.
- Only applies to Document Update triggers – not to scheduled or On-Save agents.
- Complements
AMgr_DocUpdateAgentMinInterval(minimum interval per agent).
- For performance issues, analyze with
Debug_AMgr=2andShow stat agent.
- The change takes effect after a restart of the Agent Manager.