Skip to content

Commit

Permalink
Merge pull request #1056 from alexis-turpin/patch-1
Browse files Browse the repository at this point in the history
Typo in heartbeat
  • Loading branch information
lukebakken committed May 30, 2018
2 parents 5a8c8e2 + e8d5776 commit e2f26db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/heartbeat_and_blocked_timeouts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Starting with RabbitMQ 3.5.5, the broker's default hearbeat timeout decreased fr

When RabbitMQ broker is running out of certain resources, such as memory and disk space, it may block connections that are performing resource-consuming operations, such as publishing messages. Once a connection is blocked, RabbiMQ stops reading from that connection's socket, so no commands from the client will get through to te broker on that connection until the broker unblocks it. A blocked connection may last for an indefinite period of time, stalling the connection and possibly resulting in a hang (e.g., in BlockingConnection) until the connection is unblocked. Blocked Connectin Timeout is intended to interrupt (i.e., drop) a connection that has been blocked longer than the given timeout value.

Example of configuring hertbeat and blocked-connection timeouts::
Example of configuring heartbeat and blocked-connection timeouts::

import pika

Expand Down

0 comments on commit e2f26db

Please sign in to comment.