How to restart the execution of a module

How to restart the execution of a module if this one fails,

I often have “operation timed out”, how can I simply restart the execution of the module?

THANKS

Hi @Quentin_B,

You can try using an error handler that is throwing operation timeout, you can use a break module and specify the number of attempts that you want to do plus also the interval in between that you want to set to re-trigger the failed module.

You can find details on how to use error handler here.

1 Like