symphony.bdk.core.retry#

Functions

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.

Modules