Skip to content

Commit

Permalink
add range and info about WaitTimeSeconds (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdashrad authored and fterrag committed Oct 25, 2019
1 parent f5e0a2b commit ab0017a
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 @@ -22,7 +22,7 @@ $ docker run -e AWS_ACCESS_KEY_ID=your-access-id AWS_SECRET_ACCESS_KEY=your-secr
|`SQSD_QUEUE_REGION`||yes|The region of the SQS queue.|
|`SQSD_QUEUE_URL`||yes|The URL of the SQS queue.|
|`SQSD_QUEUE_MAX_MSGS`|`10`|no|Max number of messages a worker should try to receive from the SQS queue.|
|`SQSD_QUEUE_WAIT_TIME`|`10`|no|Number of seconds for SQS to wait until a message is available in the queue before sending a response.|
|`SQSD_QUEUE_WAIT_TIME`|`10`|no|The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. Setting this to `0` disables long polling. Maximum of `20` seconds.|
|`SQSD_HTTP_MAX_CONNS`|`25`|no|Maximum number of concurrent HTTP requests to make to SQSD_HTTP_URL.|
|`SQSD_HTTP_URL`||yes|The URL of your service to make a request to.|
|`SQSD_HTTP_CONTENT_TYPE` ||no|The value to send for the HTTP header `Content-Type` when making a request to your service.|
Expand Down

0 comments on commit ab0017a

Please sign in to comment.