Skip to content

Commit

Permalink
Fix SerializedJobTooBig error initializer
Browse files Browse the repository at this point in the history
Looks like a typo.
  • Loading branch information
soutaro authored and tawan committed Feb 5, 2017
1 parent e371313 commit 40275b0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ class Error < RuntimeError; end;
# imposed by Amazon SQS.
class SerializedJobTooBig < Error
def initialize(serialized_job)
msg = <<-MSG
super(<<-MSG)
The job contains #{serialized_job.bytesize} bytes in its serialzed form,
which exceeds the allowed maximum of #{MAX_MESSAGE_SIZE} bytes imposed by Amazon SQS.
Expand Down

0 comments on commit 40275b0

Please sign in to comment.