Retry
Retry bricks on error
Demos & Screenshots
No screenshots provided yet. Have some video demos or screenshots of this
brick
in the wild?
Send them over to
[email protected]!
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. |
Details
ID | @pixiebrix/retry |
---|---|
Author |
@pixiebrix
|
Version | 1.7.0 |
Created | June 19, 2022 |
Updated | June 29, 2022 |
Related Bricks
- No related bricks