diff options
Diffstat (limited to 'reference/kombu.utils.html')
| -rw-r--r-- | reference/kombu.utils.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/reference/kombu.utils.html b/reference/kombu.utils.html index 5728c23a..013d46c8 100644 --- a/reference/kombu.utils.html +++ b/reference/kombu.utils.html @@ -7,7 +7,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>Utilities - kombu.utils — Kombu 2.1.3 documentation</title> + <title>Utilities - kombu.utils — Kombu 2.2.0rc2 documentation</title> <link rel="stylesheet" href="../_static/celery.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> @@ -15,7 +15,7 @@ <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../', - VERSION: '2.1.3', + VERSION: '2.2.0rc2', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true @@ -24,7 +24,7 @@ <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> - <link rel="top" title="Kombu 2.1.3 documentation" href="../index.html" /> + <link rel="top" title="Kombu 2.2.0rc2 documentation" href="../index.html" /> <link rel="up" title="API Reference" href="index.html" /> <link rel="next" title="Rate limiting - kombu.utils.limits" href="kombu.utils.limits.html" /> <link rel="prev" title="Async Utilities - kombu.syn" href="kombu.syn.html" /> @@ -45,7 +45,7 @@ <li class="right" > <a href="kombu.syn.html" title="Async Utilities - kombu.syn" accesskey="P">previous</a> |</li> - <li><a href="../index.html">Kombu 2.1.3 documentation</a> »</li> + <li><a href="../index.html">Kombu 2.2.0rc2 documentation</a> »</li> <li><a href="index.html" accesskey="U">API Reference</a> »</li> </ul> </div> @@ -119,7 +119,7 @@ collision.</p> <dl class="function"> <dt id="kombu.utils.retry_over_time"> -<tt class="descclassname">kombu.utils.</tt><tt class="descname">retry_over_time</tt><big>(</big><em>fun</em>, <em>catch</em>, <em>args=</em><span class="optional">[</span><span class="optional">]</span>, <em>kwargs={}</em>, <em>errback=None</em>, <em>max_retries=None</em>, <em>interval_start=2</em>, <em>interval_step=2</em>, <em>interval_max=30</em><big>)</big><a class="headerlink" href="#kombu.utils.retry_over_time" title="Permalink to this definition">¶</a></dt> +<tt class="descclassname">kombu.utils.</tt><tt class="descname">retry_over_time</tt><big>(</big><em>fun</em>, <em>catch</em>, <em>args=</em><span class="optional">[</span><span class="optional">]</span>, <em>kwargs={}</em>, <em>errback=None</em>, <em>max_retries=None</em>, <em>interval_start=2</em>, <em>interval_step=2</em>, <em>interval_max=30</em>, <em>callback=None</em><big>)</big><a class="headerlink" href="#kombu.utils.retry_over_time" title="Permalink to this definition">¶</a></dt> <dd><p>Retry the function over and over until max retries is exceeded.</p> <p>For each retry we sleep a for a while before we try again, this interval is increased for every retry until the max seconds is reached.</p> @@ -260,13 +260,13 @@ context manager.</p> <li class="right" > <a href="kombu.syn.html" title="Async Utilities - kombu.syn" >previous</a> |</li> - <li><a href="../index.html">Kombu 2.1.3 documentation</a> »</li> + <li><a href="../index.html">Kombu 2.2.0rc2 documentation</a> »</li> <li><a href="index.html" >API Reference</a> »</li> </ul> </div> <div class="footer"> © Copyright 2009-2012, Ask Solem. - Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.2. + Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3. </div> </body> </html>
\ No newline at end of file |
