Browse Source

Added FAQ: How can I reuse the same connection when applying tasks? Closes #85

Ask Solem 15 years ago
parent
commit
5406699525
1 changed files with 8 additions and 0 deletions
  1. 8 0
      FAQ

+ 8 - 0
FAQ

@@ -274,6 +274,14 @@ Windows: The ``-B`` / ``--beat`` option to celeryd doesn't work?
 **Answer**: That's right. Run ``celerybeat`` and ``celeryd`` as separate
 services instead.
 
+Tasks
+=====
+
+How can I reuse the same connection when applying tasks?
+--------------------------------------------------------
+
+**Answer**: See :doc:`userguide/executing`.
+
 Results
 =======