celery.result.html 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>Task Result - celery.result &mdash; Celery v0.3.20 (unstable) documentation</title>
  7. <link rel="stylesheet" href="../static/nature.css" type="text/css" />
  8. <link rel="stylesheet" href="../static/pygments.css" type="text/css" />
  9. <script type="text/javascript">
  10. var DOCUMENTATION_OPTIONS = {
  11. URL_ROOT: '../',
  12. VERSION: '0.3.20 (unstable)',
  13. COLLAPSE_MODINDEX: false,
  14. FILE_SUFFIX: '.html',
  15. HAS_SOURCE: true
  16. };
  17. </script>
  18. <script type="text/javascript" src="../static/jquery.js"></script>
  19. <script type="text/javascript" src="../static/doctools.js"></script>
  20. <link rel="top" title="Celery v0.3.20 (unstable) documentation" href="../index.html" />
  21. <link rel="up" title="Module API Reference" href="index.html" />
  22. <link rel="next" title="Task Information and Utilities - celery.task" href="celery.task.html" />
  23. <link rel="prev" title="Executing Tasks - celery.execute" href="celery.execute.html" />
  24. </head>
  25. <body>
  26. <div class="related">
  27. <h3>Navigation</h3>
  28. <ul>
  29. <li class="right" style="margin-right: 10px">
  30. <a href="../genindex.html" title="General Index"
  31. accesskey="I">index</a></li>
  32. <li class="right" >
  33. <a href="../modindex.html" title="Global Module Index"
  34. accesskey="M">modules</a> |</li>
  35. <li class="right" >
  36. <a href="celery.task.html" title="Task Information and Utilities - celery.task"
  37. accesskey="N">next</a> |</li>
  38. <li class="right" >
  39. <a href="celery.execute.html" title="Executing Tasks - celery.execute"
  40. accesskey="P">previous</a> |</li>
  41. <li><a href="../index.html">Celery v0.3.20 (unstable) documentation</a> &raquo;</li>
  42. <li><a href="index.html" accesskey="U">Module API Reference</a> &raquo;</li>
  43. </ul>
  44. </div>
  45. <div class="document">
  46. <div class="documentwrapper">
  47. <div class="bodywrapper">
  48. <div class="body">
  49. <div class="section" id="module-celery.result">
  50. <h1>Task Result - celery.result<a class="headerlink" href="#module-celery.result" title="Permalink to this headline">¶</a></h1>
  51. <p>Asynchronous result types.</p>
  52. <dl class="class">
  53. <dt id="celery.result.AsyncResult">
  54. <em class="property">
  55. class </em><tt class="descclassname">celery.result.</tt><tt class="descname">AsyncResult</tt><big>(</big><em>task_id</em><big>)</big><a class="headerlink" href="#celery.result.AsyncResult" title="Permalink to this definition">¶</a></dt>
  56. <dd><p>Pending task result using the default backend.</p>
  57. <table class="docutils field-list" frame="void" rules="none">
  58. <col class="field-name" />
  59. <col class="field-body" />
  60. <tbody valign="top">
  61. <tr class="field"><th class="field-name">Parameter:</th><td class="field-body"><em>task_id</em> &#8211; see <a title="celery.result.AsyncResult.task_id" class="reference internal" href="#celery.result.AsyncResult.task_id"><tt class="xref docutils literal"><span class="pre">task_id</span></tt></a>.</td>
  62. </tr>
  63. </tbody>
  64. </table>
  65. <dl class="attribute">
  66. <dt id="celery.result.AsyncResult.task_id">
  67. <tt class="descname">task_id</tt><a class="headerlink" href="#celery.result.AsyncResult.task_id" title="Permalink to this definition">¶</a></dt>
  68. <dd>The unique identifier for this task.</dd></dl>
  69. <dl class="attribute">
  70. <dt id="celery.result.AsyncResult.backend">
  71. <tt class="descname">backend</tt><a class="headerlink" href="#celery.result.AsyncResult.backend" title="Permalink to this definition">¶</a></dt>
  72. <dd>Instance of <a title="celery.backends.DefaultBackend" class="reference external" href="celery.backends.html#celery.backends.DefaultBackend"><tt class="xref docutils literal"><span class="pre">celery.backends.DefaultBackend</span></tt></a>.</dd></dl>
  73. </dd></dl>
  74. <dl class="class">
  75. <dt id="celery.result.BaseAsyncResult">
  76. <em class="property">
  77. class </em><tt class="descclassname">celery.result.</tt><tt class="descname">BaseAsyncResult</tt><big>(</big><em>task_id</em>, <em>backend</em><big>)</big><a class="headerlink" href="#celery.result.BaseAsyncResult" title="Permalink to this definition">¶</a></dt>
  78. <dd><p>Base class for pending result, supports custom
  79. task meta <a title="celery.result.BaseAsyncResult.backend" class="reference internal" href="#celery.result.BaseAsyncResult.backend"><tt class="xref docutils literal"><span class="pre">backend</span></tt></a></p>
  80. <table class="docutils field-list" frame="void" rules="none">
  81. <col class="field-name" />
  82. <col class="field-body" />
  83. <tbody valign="top">
  84. <tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple">
  85. <li><em>task_id</em> &#8211; see <a title="celery.result.BaseAsyncResult.task_id" class="reference internal" href="#celery.result.BaseAsyncResult.task_id"><tt class="xref docutils literal"><span class="pre">task_id</span></tt></a>.</li>
  86. <li><em>backend</em> &#8211; see <a title="celery.result.BaseAsyncResult.backend" class="reference internal" href="#celery.result.BaseAsyncResult.backend"><tt class="xref docutils literal"><span class="pre">backend</span></tt></a>.</li>
  87. </ul>
  88. </td>
  89. </tr>
  90. </tbody>
  91. </table>
  92. <dl class="attribute">
  93. <dt id="celery.result.BaseAsyncResult.task_id">
  94. <tt class="descname">task_id</tt><a class="headerlink" href="#celery.result.BaseAsyncResult.task_id" title="Permalink to this definition">¶</a></dt>
  95. <dd>The unique identifier for this task.</dd></dl>
  96. <dl class="attribute">
  97. <dt id="celery.result.BaseAsyncResult.backend">
  98. <tt class="descname">backend</tt><a class="headerlink" href="#celery.result.BaseAsyncResult.backend" title="Permalink to this definition">¶</a></dt>
  99. <dd>The task result backend used.</dd></dl>
  100. <dl class="exception">
  101. <dt id="celery.result.BaseAsyncResult.TimeoutError">
  102. <em class="property">
  103. exception </em><tt class="descname">TimeoutError</tt><a class="headerlink" href="#celery.result.BaseAsyncResult.TimeoutError" title="Permalink to this definition">¶</a></dt>
  104. <dd>The operation timed out.</dd></dl>
  105. <dl class="method">
  106. <dt id="celery.result.BaseAsyncResult.get">
  107. <tt class="descclassname">BaseAsyncResult.</tt><tt class="descname">get</tt><big>(</big><big>)</big><a class="headerlink" href="#celery.result.BaseAsyncResult.get" title="Permalink to this definition">¶</a></dt>
  108. <dd>Alias to <a title="celery.result.BaseAsyncResult.wait" class="reference internal" href="#celery.result.BaseAsyncResult.wait"><tt class="xref docutils literal"><span class="pre">wait()</span></tt></a>.</dd></dl>
  109. <dl class="method">
  110. <dt id="celery.result.BaseAsyncResult.is_done">
  111. <tt class="descclassname">BaseAsyncResult.</tt><tt class="descname">is_done</tt><big>(</big><big>)</big><a class="headerlink" href="#celery.result.BaseAsyncResult.is_done" title="Permalink to this definition">¶</a></dt>
  112. <dd><p>Returns <tt class="xref docutils literal"><span class="pre">True</span></tt> if the task executed successfully.</p>
  113. <table class="docutils field-list" frame="void" rules="none">
  114. <col class="field-name" />
  115. <col class="field-body" />
  116. <tbody valign="top">
  117. <tr class="field"><th class="field-name">Return type:</th><td class="field-body">bool</td>
  118. </tr>
  119. </tbody>
  120. </table>
  121. </dd></dl>
  122. <dl class="method">
  123. <dt id="celery.result.BaseAsyncResult.ready">
  124. <tt class="descclassname">BaseAsyncResult.</tt><tt class="descname">ready</tt><big>(</big><big>)</big><a class="headerlink" href="#celery.result.BaseAsyncResult.ready" title="Permalink to this definition">¶</a></dt>
  125. <dd><p>Returns <tt class="xref docutils literal"><span class="pre">True</span></tt> if the task executed successfully, or raised
  126. an exception. If the task is still pending, or is waiting for retry
  127. then <tt class="xref docutils literal"><span class="pre">False</span></tt> is returned.</p>
  128. <table class="docutils field-list" frame="void" rules="none">
  129. <col class="field-name" />
  130. <col class="field-body" />
  131. <tbody valign="top">
  132. <tr class="field"><th class="field-name">Return type:</th><td class="field-body">bool</td>
  133. </tr>
  134. </tbody>
  135. </table>
  136. </dd></dl>
  137. <dl class="attribute">
  138. <dt id="celery.result.BaseAsyncResult.result">
  139. <tt class="descclassname">BaseAsyncResult.</tt><tt class="descname">result</tt><a class="headerlink" href="#celery.result.BaseAsyncResult.result" title="Permalink to this definition">¶</a></dt>
  140. <dd><p>When the task has been executed, this contains the return value.</p>
  141. <p>If the task raised an exception, this will be the exception instance.</p>
  142. </dd></dl>
  143. <dl class="attribute">
  144. <dt id="celery.result.BaseAsyncResult.status">
  145. <tt class="descclassname">BaseAsyncResult.</tt><tt class="descname">status</tt><a class="headerlink" href="#celery.result.BaseAsyncResult.status" title="Permalink to this definition">¶</a></dt>
  146. <dd><p>The current status of the task.</p>
  147. <p>Can be one of the following:</p>
  148. <blockquote>
  149. <p><em>PENDING</em></p>
  150. <blockquote>
  151. The task is waiting for execution.</blockquote>
  152. <p><em>RETRY</em></p>
  153. <blockquote>
  154. The task is to be retried, possibly because of failure.</blockquote>
  155. <p><em>FAILURE</em></p>
  156. <blockquote>
  157. The task raised an exception, or has been retried more times
  158. than its limit. The <a title="celery.result.BaseAsyncResult.result" class="reference internal" href="#celery.result.BaseAsyncResult.result"><tt class="xref docutils literal"><span class="pre">result</span></tt></a> attribute contains the
  159. exception raised.</blockquote>
  160. <p><em>DONE</em></p>
  161. <blockquote>
  162. The task executed successfully. The <a title="celery.result.BaseAsyncResult.result" class="reference internal" href="#celery.result.BaseAsyncResult.result"><tt class="xref docutils literal"><span class="pre">result</span></tt></a> attribute
  163. contains the resulting value.</blockquote>
  164. </blockquote>
  165. </dd></dl>
  166. <dl class="method">
  167. <dt id="celery.result.BaseAsyncResult.successful">
  168. <tt class="descclassname">BaseAsyncResult.</tt><tt class="descname">successful</tt><big>(</big><big>)</big><a class="headerlink" href="#celery.result.BaseAsyncResult.successful" title="Permalink to this definition">¶</a></dt>
  169. <dd>Alias to <a title="celery.result.BaseAsyncResult.is_done" class="reference internal" href="#celery.result.BaseAsyncResult.is_done"><tt class="xref docutils literal"><span class="pre">is_done()</span></tt></a>.</dd></dl>
  170. <dl class="method">
  171. <dt id="celery.result.BaseAsyncResult.wait">
  172. <tt class="descclassname">BaseAsyncResult.</tt><tt class="descname">wait</tt><big>(</big><em>timeout=None</em><big>)</big><a class="headerlink" href="#celery.result.BaseAsyncResult.wait" title="Permalink to this definition">¶</a></dt>
  173. <dd><p>Wait for task, and return the result when it arrives.</p>
  174. <table class="docutils field-list" frame="void" rules="none">
  175. <col class="field-name" />
  176. <col class="field-body" />
  177. <tbody valign="top">
  178. <tr class="field"><th class="field-name">Parameter:</th><td class="field-body"><em>timeout</em> &#8211; How long to wait in seconds, before the
  179. operation times out.</td>
  180. </tr>
  181. <tr class="field"><th class="field-name" colspan="2">Raises <a title="celery.result.TimeoutError" class="reference internal" href="#celery.result.TimeoutError">TimeoutError</a>:</th></tr>
  182. <tr><td>&nbsp;</td><td class="field-body">if <tt class="docutils literal"><span class="pre">timeout</span></tt> is not <tt class="xref docutils literal"><span class="pre">None</span></tt> and
  183. the result does not arrive within <tt class="docutils literal"><span class="pre">timeout</span></tt> seconds.</td>
  184. </tr>
  185. </tbody>
  186. </table>
  187. <p>If the remote call raised an exception then that
  188. exception will be re-raised.</p>
  189. </dd></dl>
  190. </dd></dl>
  191. <dl class="class">
  192. <dt id="celery.result.TaskSetResult">
  193. <em class="property">
  194. class </em><tt class="descclassname">celery.result.</tt><tt class="descname">TaskSetResult</tt><big>(</big><em>taskset_id</em>, <em>subtasks</em><big>)</big><a class="headerlink" href="#celery.result.TaskSetResult" title="Permalink to this definition">¶</a></dt>
  195. <dd><p>Working with <tt class="xref docutils literal"><span class="pre">celery.task.TaskSet</span></tt> results.</p>
  196. <p>An instance of this class is returned by
  197. <tt class="xref docutils literal"><span class="pre">celery.task.TaskSet.run()</span></tt>. It lets you inspect the status and
  198. return values of the taskset as a single entity.</p>
  199. <table class="docutils field-list" frame="void" rules="none">
  200. <col class="field-name" />
  201. <col class="field-body" />
  202. <tbody valign="top">
  203. <tr class="field"><th class="field-name" colspan="2">Option taskset_id:</th></tr>
  204. <tr><td>&nbsp;</td><td class="field-body">see <a title="celery.result.TaskSetResult.taskset_id" class="reference internal" href="#celery.result.TaskSetResult.taskset_id"><tt class="xref docutils literal"><span class="pre">taskset_id</span></tt></a>.</td>
  205. </tr>
  206. <tr class="field"><th class="field-name" colspan="2">Option subtasks:</th></tr>
  207. <tr><td>&nbsp;</td><td class="field-body">see <a title="celery.result.TaskSetResult.subtasks" class="reference internal" href="#celery.result.TaskSetResult.subtasks"><tt class="xref docutils literal"><span class="pre">subtasks</span></tt></a>.</td>
  208. </tr>
  209. </tbody>
  210. </table>
  211. <dl class="attribute">
  212. <dt id="celery.result.TaskSetResult.taskset_id">
  213. <tt class="descname">taskset_id</tt><a class="headerlink" href="#celery.result.TaskSetResult.taskset_id" title="Permalink to this definition">¶</a></dt>
  214. <dd>The UUID of the taskset itself.</dd></dl>
  215. <dl class="attribute">
  216. <dt id="celery.result.TaskSetResult.subtasks">
  217. <tt class="descname">subtasks</tt><a class="headerlink" href="#celery.result.TaskSetResult.subtasks" title="Permalink to this definition">¶</a></dt>
  218. <dd>A list of <a title="celery.result.AsyncResult" class="reference internal" href="#celery.result.AsyncResult"><tt class="xref docutils literal"><span class="pre">AsyncResult</span></tt></a> instances for all of the subtasks.</dd></dl>
  219. <dl class="method">
  220. <dt id="celery.result.TaskSetResult.completed_count">
  221. <tt class="descname">completed_count</tt><big>(</big><big>)</big><a class="headerlink" href="#celery.result.TaskSetResult.completed_count" title="Permalink to this definition">¶</a></dt>
  222. <dd><p>Task completion count.</p>
  223. <table class="docutils field-list" frame="void" rules="none">
  224. <col class="field-name" />
  225. <col class="field-body" />
  226. <tbody valign="top">
  227. <tr class="field"><th class="field-name">Returns:</th><td class="field-body">the number of tasks completed.</td>
  228. </tr>
  229. </tbody>
  230. </table>
  231. </dd></dl>
  232. <dl class="method">
  233. <dt id="celery.result.TaskSetResult.failed">
  234. <tt class="descname">failed</tt><big>(</big><big>)</big><a class="headerlink" href="#celery.result.TaskSetResult.failed" title="Permalink to this definition">¶</a></dt>
  235. <dd><p>Did the taskset fail?</p>
  236. <table class="docutils field-list" frame="void" rules="none">
  237. <col class="field-name" />
  238. <col class="field-body" />
  239. <tbody valign="top">
  240. <tr class="field"><th class="field-name">Returns:</th><td class="field-body"><tt class="xref docutils literal"><span class="pre">True</span></tt> if any of the tasks in the taskset failed.
  241. (i.e., raised an exception)</td>
  242. </tr>
  243. </tbody>
  244. </table>
  245. </dd></dl>
  246. <dl class="method">
  247. <dt id="celery.result.TaskSetResult.iterate">
  248. <tt class="descname">iterate</tt><big>(</big><big>)</big><a class="headerlink" href="#celery.result.TaskSetResult.iterate" title="Permalink to this definition">¶</a></dt>
  249. <dd><p>Iterate over the return values of the tasks as they finish
  250. one by one.</p>
  251. <table class="docutils field-list" frame="void" rules="none">
  252. <col class="field-name" />
  253. <col class="field-body" />
  254. <tbody valign="top">
  255. <tr class="field"><th class="field-name">Raises:</th><td class="field-body">The exception if any of the tasks raised an exception.</td>
  256. </tr>
  257. </tbody>
  258. </table>
  259. </dd></dl>
  260. <dl class="method">
  261. <dt id="celery.result.TaskSetResult.itersubtasks">
  262. <tt class="descname">itersubtasks</tt><big>(</big><big>)</big><a class="headerlink" href="#celery.result.TaskSetResult.itersubtasks" title="Permalink to this definition">¶</a></dt>
  263. <dd><p>Taskset subtask iterator.</p>
  264. <table class="docutils field-list" frame="void" rules="none">
  265. <col class="field-name" />
  266. <col class="field-body" />
  267. <tbody valign="top">
  268. <tr class="field"><th class="field-name">Returns:</th><td class="field-body">an iterator for iterating over the tasksets
  269. <a title="celery.result.AsyncResult" class="reference internal" href="#celery.result.AsyncResult"><tt class="xref docutils literal"><span class="pre">AsyncResult</span></tt></a> objects.</td>
  270. </tr>
  271. </tbody>
  272. </table>
  273. </dd></dl>
  274. <dl class="method">
  275. <dt id="celery.result.TaskSetResult.join">
  276. <tt class="descname">join</tt><big>(</big><em>timeout=None</em><big>)</big><a class="headerlink" href="#celery.result.TaskSetResult.join" title="Permalink to this definition">¶</a></dt>
  277. <dd><p>Gather the results for all of the tasks in the taskset,
  278. and return a list with them ordered by the order of which they
  279. were called.</p>
  280. <table class="docutils field-list" frame="void" rules="none">
  281. <col class="field-name" />
  282. <col class="field-body" />
  283. <tbody valign="top">
  284. <tr class="field"><th class="field-name">Parameter:</th><td class="field-body"><em>timeout</em> &#8211; The time in seconds, how long
  285. it will wait for results, before the operation times out.</td>
  286. </tr>
  287. <tr class="field"><th class="field-name" colspan="2">Raises <a title="celery.result.TimeoutError" class="reference internal" href="#celery.result.TimeoutError">TimeoutError</a>:</th></tr>
  288. <tr><td>&nbsp;</td><td class="field-body">if <tt class="docutils literal"><span class="pre">timeout</span></tt> is not <tt class="xref docutils literal"><span class="pre">None</span></tt>
  289. and the operation takes longer than <tt class="docutils literal"><span class="pre">timeout</span></tt> seconds.</td>
  290. </tr>
  291. </tbody>
  292. </table>
  293. <p>If any of the tasks raises an exception, the exception
  294. will be reraised by <a title="celery.result.TaskSetResult.join" class="reference internal" href="#celery.result.TaskSetResult.join"><tt class="xref docutils literal"><span class="pre">join()</span></tt></a>.</p>
  295. <table class="docutils field-list" frame="void" rules="none">
  296. <col class="field-name" />
  297. <col class="field-body" />
  298. <tbody valign="top">
  299. <tr class="field"><th class="field-name">Returns:</th><td class="field-body">list of return values for all tasks in the taskset.</td>
  300. </tr>
  301. </tbody>
  302. </table>
  303. </dd></dl>
  304. <dl class="method">
  305. <dt id="celery.result.TaskSetResult.ready">
  306. <tt class="descname">ready</tt><big>(</big><big>)</big><a class="headerlink" href="#celery.result.TaskSetResult.ready" title="Permalink to this definition">¶</a></dt>
  307. <dd><p>Is the task ready?</p>
  308. <table class="docutils field-list" frame="void" rules="none">
  309. <col class="field-name" />
  310. <col class="field-body" />
  311. <tbody valign="top">
  312. <tr class="field"><th class="field-name">Returns:</th><td class="field-body"><tt class="xref docutils literal"><span class="pre">True</span></tt> if all of the tasks in the taskset has been
  313. executed.</td>
  314. </tr>
  315. </tbody>
  316. </table>
  317. </dd></dl>
  318. <dl class="method">
  319. <dt id="celery.result.TaskSetResult.successful">
  320. <tt class="descname">successful</tt><big>(</big><big>)</big><a class="headerlink" href="#celery.result.TaskSetResult.successful" title="Permalink to this definition">¶</a></dt>
  321. <dd><p>Was the taskset successful?</p>
  322. <table class="docutils field-list" frame="void" rules="none">
  323. <col class="field-name" />
  324. <col class="field-body" />
  325. <tbody valign="top">
  326. <tr class="field"><th class="field-name">Returns:</th><td class="field-body"><tt class="xref docutils literal"><span class="pre">True</span></tt> if all of the tasks in the taskset finished
  327. successfully (i.e. did not raise an exception).</td>
  328. </tr>
  329. </tbody>
  330. </table>
  331. </dd></dl>
  332. <dl class="attribute">
  333. <dt id="celery.result.TaskSetResult.total">
  334. <tt class="descname">total</tt><a class="headerlink" href="#celery.result.TaskSetResult.total" title="Permalink to this definition">¶</a></dt>
  335. <dd>The total number of tasks in the <tt class="xref docutils literal"><span class="pre">celery.task.TaskSet</span></tt>.</dd></dl>
  336. <dl class="method">
  337. <dt id="celery.result.TaskSetResult.waiting">
  338. <tt class="descname">waiting</tt><big>(</big><big>)</big><a class="headerlink" href="#celery.result.TaskSetResult.waiting" title="Permalink to this definition">¶</a></dt>
  339. <dd><p>Is the taskset waiting?</p>
  340. <table class="docutils field-list" frame="void" rules="none">
  341. <col class="field-name" />
  342. <col class="field-body" />
  343. <tbody valign="top">
  344. <tr class="field"><th class="field-name">Returns:</th><td class="field-body"><tt class="xref docutils literal"><span class="pre">True</span></tt> if any of the tasks in the taskset is still
  345. waiting for execution.</td>
  346. </tr>
  347. </tbody>
  348. </table>
  349. </dd></dl>
  350. </dd></dl>
  351. <dl class="exception">
  352. <dt id="celery.result.TimeoutError">
  353. <em class="property">
  354. exception </em><tt class="descclassname">celery.result.</tt><tt class="descname">TimeoutError</tt><a class="headerlink" href="#celery.result.TimeoutError" title="Permalink to this definition">¶</a></dt>
  355. <dd>The operation timed out.</dd></dl>
  356. </div>
  357. </div>
  358. </div>
  359. </div>
  360. <div class="sphinxsidebar">
  361. <div class="sphinxsidebarwrapper">
  362. <h4>Previous topic</h4>
  363. <p class="topless"><a href="celery.execute.html"
  364. title="previous chapter">Executing Tasks - celery.execute</a></p>
  365. <h4>Next topic</h4>
  366. <p class="topless"><a href="celery.task.html"
  367. title="next chapter">Task Information and Utilities - celery.task</a></p>
  368. <h3>This Page</h3>
  369. <ul class="this-page-menu">
  370. <li><a href="../sources/reference/celery.result.txt"
  371. rel="nofollow">Show Source</a></li>
  372. </ul>
  373. <div id="searchbox" style="display: none">
  374. <h3>Quick search</h3>
  375. <form class="search" action="../search.html" method="get">
  376. <input type="text" name="q" size="18" />
  377. <input type="submit" value="Go" />
  378. <input type="hidden" name="check_keywords" value="yes" />
  379. <input type="hidden" name="area" value="default" />
  380. </form>
  381. <p class="searchtip" style="font-size: 90%">
  382. Enter search terms or a module, class or function name.
  383. </p>
  384. </div>
  385. <script type="text/javascript">$('#searchbox').show(0);</script>
  386. </div>
  387. </div>
  388. <div class="clearer"></div>
  389. </div>
  390. <div class="related">
  391. <h3>Navigation</h3>
  392. <ul>
  393. <li class="right" style="margin-right: 10px">
  394. <a href="../genindex.html" title="General Index"
  395. >index</a></li>
  396. <li class="right" >
  397. <a href="../modindex.html" title="Global Module Index"
  398. >modules</a> |</li>
  399. <li class="right" >
  400. <a href="celery.task.html" title="Task Information and Utilities - celery.task"
  401. >next</a> |</li>
  402. <li class="right" >
  403. <a href="celery.execute.html" title="Executing Tasks - celery.execute"
  404. >previous</a> |</li>
  405. <li><a href="../index.html">Celery v0.3.20 (unstable) documentation</a> &raquo;</li>
  406. <li><a href="index.html" >Module API Reference</a> &raquo;</li>
  407. </ul>
  408. </div>
  409. <div class="footer">
  410. &copy; Copyright 2009, Ask Solem.
  411. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6.2.
  412. </div>
  413. </body>
  414. </html>