Skip to content

Commit b8ce983

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: Update messenger.rst
2 parents d39dde1 + 2da7bd6 commit b8ce983

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

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

0 commit comments

Comments
 (0)