Skip to content

Commit

Permalink
Merge pull request #889 from aleandros/sqs-doc-fix
Browse files Browse the repository at this point in the history
Fix method name at queue_poller example
  • Loading branch information
trevorrowe committed Aug 6, 2015
2 parents afd3fa2 + f8eb8e2 commit 10f03b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ module SQS
#
# # stop after processing 100 messages
# poller.before_request do |stats|
# throw :stop_polling if stats.receive_message_count >= 100
# throw :stop_polling if stats.received_message_count >= 100
# end
#
# poller.poll do |msg|
Expand Down

0 comments on commit 10f03b4

Please sign in to comment.