Polled

Polled Triggers fire on a timer. For example, the Trigger can fire every minute. When enabled, the trigger fires its first event when the Pipeline starts, and then based on the Interval setting. The Polled trigger fires empty events, and includes the time of the event in the metadata.

Configuration

Interval

The interval between events. The trigger fires when the pipeline starts, and then every interval after.

Event Values

Value

js
{}

Metadata

js
{
	"timestamp": "2024-06-24T13:37:06.663Z"
}