Retry

Retry bricks on error

by @pixiebrix

How to Use

The Retry brick contains a flow that will start again from the Retry brick if a brick inside errors instead of stopping the execution. This can happen a number of times defined in the ‘maxRetries’ field, and can have a delay added in the ‘intervalMillis’ field.


Inputs

Name Required Type Description
body integration The bricks to execute
maxRetries number The maximum number of retries (not including the initial run)
intervalMillis number Number of milliseconds to wait between retries

Outputs

Name Required Type Description
No outputs for this brick defined.

Related Tags