Skip to content

Commit

Permalink
Fix method name at queue_poller example
Browse files Browse the repository at this point in the history
  • Loading branch information
Edgar Cabrera committed Aug 5, 2015
1 parent afd3fa2 commit f8eb8e2
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 f8eb8e2

Please sign in to comment.