Decoratorm (etl_core v0.1.42)
Module for the definition of internal decorators to the project
Link to this section 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.
Link to this section Functions
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
Parameters:
- body:
- context:
return
Return:
- t() | Exception