Browse Source

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

Leo Dirac 14 years ago
parent
commit
0cfabeee11
1 changed files with 8 additions and 0 deletions
  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?