Skip to content

Commit 2da7bd6

Browse files
committed
minor #14437 [Messenger] Update messenger.rst (ahmed-bhs)
This PR was submitted for the 5.x branch but it was merged into the 4.4 branch instead. Discussion ---------- [Messenger] Update messenger.rst Commits ------- 7b441a2 Update messenger.rst
2 parents 7a1a937 + 7b441a2 commit 2da7bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ On production, there are a few important things to think about:
472472
process control system like :ref:`Supervisor <messenger-supervisor>`.
473473

474474
**Don't Let Workers Run Forever**
475-
Some services (like Doctrine's EntityManager) will consume more memory
475+
Some services (like Doctrine's ``EntityManager``) will consume more memory
476476
over time. So, instead of allowing your worker to run forever, use a flag
477477
like ``messenger:consume --limit=10`` to tell your worker to only handle 10
478478
messages before exiting (then Supervisor will create a new process). There

0 commit comments

Comments
 (0)