We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16fe3bf commit 912ef20Copy full SHA for 912ef20
symfonycorp/platformsh-meta/1.0/.platform.app.yaml
@@ -60,12 +60,6 @@ crons:
60
61
workers:
62
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
69
commands:
70
- # Don't forget to update your receiver name(s)
+ # Consume "async" messages (as configured in the routing section of config/packages/messenger.yaml)
71
start: symfony console --time-limit=3600 --memory-limit=64M messenger:consume async
0 commit comments