Skip to content

Commit 3d5007b

Browse files
authored
Update messenger.rst
1 parent 2c8e1b9 commit 3d5007b

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
@@ -466,7 +466,7 @@ On production, there are a few important things to think about:
466466
process control system like :ref:`Supervisor <messenger-supervisor>`.
467467

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

0 commit comments

Comments
 (0)