Skip to content

Commit

Permalink
Verbose error message on different secret key base settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tawan committed Nov 12, 2016
1 parent 4e21e55 commit 6110d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/active_elastic_job/rack/sqs_message_consumer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def call(env) #:nodoc:
return [
'403',
{CONTENT_TYPE_HEADER_NAME => 'text/plain' },
["incorrect digest"]]
["Incorrect digest! Please, make sure that both environments, worker and web, use the same SECRET_KEY_BASE setting."]]
end
return [
OK_RESPONSE_CODE ,
Expand Down

0 comments on commit 6110d57

Please sign in to comment.