Skip to content

Commit

Permalink
Merge pull request #6 from SykesCottages/add-extra-option
Browse files Browse the repository at this point in the history
Add extra option to SQS which can customise the number of messages pe…
  • Loading branch information
exussum12 authored Sep 6, 2019
2 parents d4bab08 + d2d5804 commit 4971bef
Show file tree
Hide file tree
Showing 5 changed files with 622 additions and 419 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: php
php:
- '7.2'
- '7.3'
- nightly

services:
- docker
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@ We've bundled the queues in docker so you should be able to run examples locally
|---|---|---|---|
| blockingConsumer | Whether the consume method should block execution or only process 1 message | true | true/false|
| pollTime | Set the consumer to do short polling or long polling | 20 | 0-20|
| maxNumberOfMessagesPerConsume | The amount of messages each poll/consume will retrieve from the queue | 1 | 1-10|
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "^7.5",
"phpunit/phpunit": "^8.0",
"mockery/mockery": "^1.2",
"jakub-onderka/php-parallel-lint": "^1.0",
"phpro/grumphp": "^0.14",
"phpro/grumphp": "^0.15",
"sensiolabs/security-checker": "^5.0",
"nikic/php-parser": "^4.0",
"povils/phpmnd": "^2.0",
Expand Down
Loading

0 comments on commit 4971bef

Please sign in to comment.