Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

Commit e95cbac

Browse files
authored
use "=" in both options
1 parent 400af0e commit e95cbac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbooks/workers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To deploy a worker, add an entry under the ``workers`` section:
2222
set -x -e
2323
2424
(>&2 symfony-deploy)
25-
php bin/console messenger:consume --time-limit 60 --memory-limit=128M
25+
php bin/console messenger:consume --time-limit=60 --memory-limit=128M
2626
2727
On SymfonyCloud, worker containers run the exact same code as the web container.
2828
The container image is built only once, and then deployed multiple times in its

0 commit comments

Comments
 (0)