nameko.utils.retry¶ Classes¶ RetryDelay Functions¶ retry([wrapped, for_exceptions, max_attempts, delay, ...]) Module Contents¶ class nameko.utils.retry.RetryDelay(delay, backoff, max_delay)[源代码]¶ Bases: object delay[源代码]¶ backoff[源代码]¶ max_delay[源代码]¶ next()[源代码]¶ nameko.utils.retry.retry(wrapped=None, for_exceptions=Exception, max_attempts=3, delay=1, backoff=1, max_delay=None)[源代码]¶