---
title: "Interval Trigger"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/nodetool/triggers/intervaltrigger
markdown: https://docs.nodetool.ai/nodes/nodetool/triggers/intervaltrigger.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/triggers/intervaltrigger.md
---

# Interval Trigger

**Type:** `nodetool.triggers.IntervalTrigger`

**Namespace:** `nodetool.triggers`

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| max_events | `int` | Ticks to emit before the node stops (0 = unlimited). Applies only while the node runs in the editor; the scheduler keeps firing an activated trigger regardless. | `0` |
| interval_seconds | `float` | Interval between triggers in seconds | `60` |
| initial_delay_seconds | `float` | Delay before the first trigger fires | `0` |
| emit_on_start | `bool` | Whether to emit an event immediately on start | `true` |
| include_drift_compensation | `bool` | Compensate for execution time to maintain accurate intervals | `true` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| tick | `int` |  |
| elapsed_seconds | `float` |  |
| interval_seconds | `float` |  |
| timestamp | `str` |  |
| source | `str` |  |
| event_type | `str` |  |

## Related Nodes

Browse other nodes in the [nodetool.triggers](./) namespace.
