Commit 3941012 1 parent f66ce06 commit 3941012 Copy full SHA for 3941012
File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -187,9 +187,10 @@ Performance considerations
187
187
--------------------------
188
188
189
189
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.
193
194
194
195
For example, if you implement a signal handler that posts some data to REST
195
196
API, everything might work fine until the REST API goes down or stops being
You can’t perform that action at this time.
0 commit comments