Delay

The Delay Stage is used to temporarily delay events

Delay Stage

Non-blocking

The Delay Stage does not stop other event paths from moving forward.

For example, consider the following pipeline: Delay Stage Example

In this example the Breakup Stage will create 5 events. Then, each event will be sent to the Delay stage, which has a delay set to 10 seconds. The total execution time for these two stages will only be 10 seconds, not 50, since all of the events will be delayed in parallel.

Settings

Delay Interval

The amount of time to delay each event.