Skip to content

Commit 7b441a2

Browse files
ahmed-bhsjaviereguiluz
authored andcommitted
Update messenger.rst
1 parent 7a1a937 commit 7b441a2

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)