We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1a5733 commit 5b6c2a9Copy full SHA for 5b6c2a9
bin/check-sqs-messages.rb
@@ -123,8 +123,8 @@ def run
123
messages = messages.attributes([config[:metric]]).to_i
124
else
125
failure_msg = <<~MESSAGE
126
- failed to pull metric # {config[:metric]} on queue: #{q}.
127
- available attributes: # {messages.attributes}
+ failed to pull metric #{config[:metric]} on queue: #{q}.
+ available attributes: #{messages.attributes}
128
MESSAGE
129
unknown failure_msg
130
end
0 commit comments