Last Modified : 08 August 2026

Exact Date Time Scheduler

The Exact Date Time Scheduler is a one-shot scheduler that executes a monitoring task exactly once at a specific date and time. After execution, it will not run again.

Configuration

Option Type Description
Execution Time Date Time The exact date and time when the task should execute.

Behavior

  • If the specified time is in the future, the task will execute at that time.
  • If the specified time is in the past, the scheduler will not run and the task will never execute.
  • After the task executes once, no further executions occur.