Skip to content

Commit 912ef20

Browse files
committed
Simplify consumer recipe
1 parent 16fe3bf commit 912ef20

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

symfonycorp/platformsh-meta/1.0/.platform.app.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,6 @@ crons:
6060
6161
workers:
6262
messenger:
63-
# PHP background workers usually don't require much CPU.
64-
# See https://symfony.com/doc/current/cloud/cookbooks/resources_allocation.html
65-
size: XS
66-
resources:
67-
base_memory: 64 # Keep in sync with the `memory-limit` flag value
68-
memory_ratio: 128
6963
commands:
70-
# Don't forget to update your receiver name(s)
64+
# Consume "async" messages (as configured in the routing section of config/packages/messenger.yaml)
7165
start: symfony console --time-limit=3600 --memory-limit=64M messenger:consume async

0 commit comments

Comments
 (0)