浏览代码

Autogenerated documentation for github.

Ask Solem 16 年之前
父节点
当前提交
05aa00b2a4
共有 4 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      faq.html
  2. 1 1
      reference/celery.utils.html
  3. 0 0
      searchindex.js
  4. 1 1
      sources/faq.txt

+ 1 - 1
faq.html

@@ -269,7 +269,7 @@ configuration:</p>
 modules that registers tasks and to decide what happens when a task is
 modules that registers tasks and to decide what happens when a task is
 executed. Currently there are two loaders, the default loader and the Django
 executed. Currently there are two loaders, the default loader and the Django
 loader. If you want to use celery without a Django project, you either have to
 loader. If you want to use celery without a Django project, you either have to
-use the default loader, or a write a loader of your own.</p>
+use the default loader, or write a loader of your own.</p>
 <p>The rest of this answer describes how to use the default loader.</p>
 <p>The rest of this answer describes how to use the default loader.</p>
 <p>First of all, installation. You need to get the development version of
 <p>First of all, installation. You need to get the development version of
 celery from github:</p>
 celery from github:</p>

+ 1 - 1
reference/celery.utils.html

@@ -97,7 +97,7 @@ yield the last value infinitely.</dd></dl>
 
 
 <dl class="function">
 <dl class="function">
 <dt id="celery.utils.retry_over_time">
 <dt id="celery.utils.retry_over_time">
-<tt class="descclassname">celery.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=&lt;function &lt;lambda&gt; at 0x21c6ab0&gt;</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="#celery.utils.retry_over_time" title="Permalink to this definition">¶</a></dt>
+<tt class="descclassname">celery.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=&lt;function &lt;lambda&gt; at 0x21c5ab0&gt;</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="#celery.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>
 <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
 <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>
 is increased for every retry until the max seconds is reached.</p>

文件差异内容过多而无法显示
+ 0 - 0
searchindex.js


+ 1 - 1
sources/faq.txt

@@ -253,7 +253,7 @@ Celery uses something called loaders to read/setup configuration, import
 modules that registers tasks and to decide what happens when a task is
 modules that registers tasks and to decide what happens when a task is
 executed. Currently there are two loaders, the default loader and the Django
 executed. Currently there are two loaders, the default loader and the Django
 loader. If you want to use celery without a Django project, you either have to
 loader. If you want to use celery without a Django project, you either have to
-use the default loader, or a write a loader of your own.
+use the default loader, or write a loader of your own.
 
 
 The rest of this answer describes how to use the default loader.
 The rest of this answer describes how to use the default loader.
 
 

部分文件因为文件数量过多而无法显示