Timer feeder
This feeder trigger a pipeline every time the timer is fired.
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| freq | DURATION | 60s | The intervals (in duration) on how often to execute the pipeline |
<timer: freq="30s"> | ...Output
Text
The main field of the Message will contain time in rfc3339 format.
Extra
| Name | Description |
|---|---|
| rfc3339 | time in rfc3339 format |
| timestamp | time in Unix timestamp |
Examples
Soon…