kedro.extras.decorators.retry_node

Description

This module contains the retry decorator, which can be used as Node decorators to retry nodes. See kedro.pipeline.node.decorate

Functions

retry([exceptions, n_times, delay_sec])

Catches exceptions from the wrapped function at most n_times and then bundles and propagates them.