Decoratorm (etl_core v0.1.55)

Module for the definition of internal decorators to the project

Summary

Functions

Decorator function for retrying the call of the same function with the same parameters. Stops retries when it gets a value other than an exception or when the number of retries exceeds 10.

Functions

Link to this macro

retry()

(macro)
Link to this function

retry(body, context)

Decorator function for retrying the call of the same function with the same parameters. Stops retries when it gets a value other than an exception or when the number of retries exceeds 10.

Parameters:

- body:

- context:

Return:

- t() | Exception