From 9001db5e214a0899534cacf0ed64e637a8a01a20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Tue, 6 Apr 2021 16:26:45 +0200 Subject: [PATCH] updated the docs --- docs/index.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index 464423d..58ee4ea 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -12,6 +12,16 @@ Welcome to CoolAMQP's documentation! basics tracing +Quick FAQ +========= + +Q: **I'm running uWSGI and I can't publish messages. What's wrong?** + +A: Since CoolAMQP spins a thread in the background, make sure to run_ + uwsgi with :code:`--enable-threads` + +.. _run: https://uwsgi-docs.readthedocs.io/en/latest/WSGIquickstart.html#a-note-on-python-threads + Indices and tables ================== -- GitLab