Skip to content

Commit

Permalink
fixup! add config option to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mhuggins committed Apr 20, 2016
1 parent b83d2af commit f79430e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ The `publish` method also accepts options that impact instantiation of the
will be attempted before giving up. If the timeout is exceeded, an exception
will raised to be handled by your application or `error_handler`. *(default:
15)*
* `:config` - A custom configuration object. Generally this option can be ignored.
*(default: `Circuitry.publisher_config`)*

```ruby
obj = { foo: 'foo', bar: 'bar' }
Expand Down Expand Up @@ -258,6 +260,8 @@ The `subscribe` method also accepts options that impact instantiation of the
short-polling. *(default: 10)*
* `:batch_size` - The number of messages to retrieve in a single SQS request.
*(default: 10)*
* `:config` - A custom configuration object. Generally this option can be ignored.
*(default: `Circuitry.subscriber_config`)*

```ruby
options = {
Expand Down

0 comments on commit f79430e

Please sign in to comment.