Skip to content

Commit 3941012

Browse files
committed
Clarify docs on new enqueued signal.
1 parent f66ce06 commit 3941012

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/signals.rst

+4-3
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,10 @@ Performance considerations
187187
--------------------------
188188

189189
Signal handlers are executed **synchronously** by the consumer as it processes
190-
tasks (with the exception of ``SIGNAL_ENQUEUED``). It is important to use care
191-
when implementing signal handlers, as one slow signal handler can impact the
192-
overall responsiveness of the consumer.
190+
tasks (with the exception of ``SIGNAL_ENQUEUED``, which also runs in your
191+
application process). It is important to use care when implementing signal
192+
handlers, as one slow signal handler can impact the overall responsiveness of
193+
the consumer.
193194

194195
For example, if you implement a signal handler that posts some data to REST
195196
API, everything might work fine until the REST API goes down or stops being

0 commit comments

Comments
 (0)