symphony.bdk.core.retry.retry#
- symphony.bdk.core.retry.retry(*dargs, **dkw)#
A decorator that provides a mechanism to retry failed requests Passed retry configuration arguments will override the default configuration defined in
decorator_f()
If no _retry_config attribute is present in the decorated function instance, an AttributeError is raised.- Parameters
dargs – positional arguments passed to be added or to override the default configuration
dkw – keyword arguments passed to be added or to override the default configuration