From f7eaea38069db7a66dfbdb3bad37eb81bf6179e2 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Fri, 31 May 2024 00:56:23 -0400 Subject: [PATCH] docs: Add admonition about low poll intervals with the default spiderqueue, closes #475 --- docs/config.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/config.rst b/docs/config.rst index 7ca46dc0..86c919ab 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -164,6 +164,10 @@ The interval used to poll queues, in seconds. Defaults to ``5.0``. Can be a float, such as ``0.2`` +.. attention:: + + It is not recommended to use a low interval like 0.1 when using the default :ref:`spiderqueue`. Consider a custom queue based on `queuelib `__. + .. _prefix_header: prefix_header