瀏覽代碼

Adding FAQ warning about unreliable results with mysql and database backend.

Leo Dirac 14 年之前
父節點
當前提交
0cfabeee11
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      FAQ

+ 8 - 0
FAQ

@@ -159,6 +159,14 @@ celeryd is not doing anything, just hanging
 **Answer:** See `MySQL is throwing deadlock errors, what can I do?`_.
             or `Why is Task.delay/apply\* just hanging?`.
 
+.. _faq-results-unreliable:
+
+Task results aren't reliably returning
+--------------------------------------
+
+**Answer:** If you're using the database backend for results, and in particular
+using MySQL, see `MySQL is throwing deadlock errors, what can I do?`_.
+
 .. _faq-publish-hanging:
 
 Why is Task.delay/apply\*/celeryd just hanging?