Start/notes.ini Parameters/Events_Task_Run_Interval

Events_Task_Run_Interval

🛠️
Parameter: Events_Task_Run_Interval
Short description: Interval (in seconds) at which the Events task runs event generators and event handlers from events4.nsf.

Profile

Parameter
Events_Task_Run_Interval
Category
General
Component
Server
Available since
10.0
Supported versions
10.0, 11.0, 12.0, 14.0, 14.5, 14.5.1
GUI equivalent
notes.ini only (no GUI)
Possible values
Seconds, default 60, typically 30300

Description

The Domino Events task periodically polls the event generators defined in events4.nsf (statistic thresholds, database probes, database replication, mail routing, ACL changes, …) and runs the associated event handlers (Notify, Mail, Run Program, Log). Events_Task_Run_Interval defines how often this check happens within each time window. Smaller values make monitoring more reactive; larger values reduce server load.

Example configuration

Events_Task_Run_Interval=60

Notes & pitfalls

  • The default value of 60 is appropriate for most environments.
  • For high-load / cluster environments, occasionally lower it to 30 if event reaction is time-critical (e.g. replication probes, threshold alarms).
  • On very small servers or test instances, you may raise it to 120300 to reduce superfluous events.
  • Takes effect only after a restart of the Events task (restart task event).
  • Complements EVENT_POOL_SIZE, Event_NotesLog, Server_Probe_* probes.