Explorar el Código

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

Ask Solem hace 15 años
padre
commit
5406699525
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  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
 =======