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 5334e23 commit d5230ddCopy full SHA for d5230dd
compose.yml
@@ -70,7 +70,7 @@ services:
70
depends_on:
71
init:
72
condition: service_completed_successfully
73
- entrypoint: [ "php", "bin/console", "messenger:consume", "async", "--time-limit=300", "--memory-limit=512M" ]
+ entrypoint: [ "php", "bin/console", "messenger:consume", "async low_priority", "--time-limit=300", "--memory-limit=512M" ]
74
deploy:
75
replicas: 3
76
0 commit comments