Skip to content

Commit cfab13e

Browse files
committed
Mention the issue with rabbitmq's heartbeat and long running tasks.
Correct typos.
1 parent ee24876 commit cfab13e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ by default to avoid possible breaks in applications already using this bundle.
184184

185185
It's a good idea to set the ```read_write_timeout``` to 2x the heartbeat so your socket will be open. If you don't do this, or use a different multiplier, there's a risk the __consumer__ socket will timeout.
186186

187-
Please bear in mind, that you can expect problems, if your tasks are generaly running longer than the heartbeat period, to which there are no good solutions ([link](https://github.com/php-amqplib/RabbitMqBundle/issues/301)).
188-
Consider using either a big value for the hearbeat or leave the heartbeat disabled in favour of the tcp's `keepalive` (both on the client and server side) and the `graceful_max_execution_timeout` feature.
187+
Please bear in mind, that you can expect problems, if your tasks are generally running longer than the heartbeat period, to which there are no good solutions ([link](https://github.com/php-amqplib/RabbitMqBundle/issues/301)).
188+
Consider using either a big value for the heartbeat or leave the heartbeat disabled in favour of the tcp's `keepalive` (both on the client and server side) and the `graceful_max_execution_timeout` feature.
189189

190190
### Dynamic Connection Parameters ###
191191

0 commit comments

Comments
 (0)