Skip to content

Commit d5230dd

Browse files
committed
add missing low_priority queue
1 parent 5334e23 commit d5230dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ services:
7070
depends_on:
7171
init:
7272
condition: service_completed_successfully
73-
entrypoint: [ "php", "bin/console", "messenger:consume", "async", "--time-limit=300", "--memory-limit=512M" ]
73+
entrypoint: [ "php", "bin/console", "messenger:consume", "async low_priority", "--time-limit=300", "--memory-limit=512M" ]
7474
deploy:
7575
replicas: 3
7676

0 commit comments

Comments
 (0)