Matthew - what would be best practice to ensure...
what would be best practice to ensure that if an API call failed, that it would be able to run again until it succeed? Just wondering in the use case of if the sever timesout
Solution:Jump to solution
@Matthew,what's the max timeout your API will expect? The default is 5 minutes.
To handle failures on node level you can use onFail - https://docs.buildship.com/features/node-failure...
Handle Node Failure – BuildShip
A unified resource to start building your backend with low-code. Dive into triggers, nodes, and step-by-step guidance to jumpstart your workflow creation.
1 Reply
Solution
@Matthew,what's the max timeout your API will expect? The default is 5 minutes.
To handle failures on node level you can use onFail - https://docs.buildship.com/features/node-failure
Handle Node Failure – BuildShip
A unified resource to start building your backend with low-code. Dive into triggers, nodes, and step-by-step guidance to jumpstart your workflow creation.