Skip to content

Commit

Permalink
Merge pull request #93 from vonmaehlen/fix/example-missing-worker
Browse files Browse the repository at this point in the history
docs: add low_priority queue worker to example compose
  • Loading branch information
shyim authored Jul 8, 2024
2 parents cd7be61 + ef3c043 commit c89dd1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ services:
init:
condition: service_completed_successfully
env_file: .app.env
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" ]
deploy:
replicas: 3

Expand Down

0 comments on commit c89dd1d

Please sign in to comment.