mozart-analytics / sqsd

A simple alternative to the Amazon SQS Daemon ("sqsd") used on AWS Beanstalk worker tier instances.
MIT License
59 stars 8 forks source link

NumberFormatException in sqsd.handleMessage #13

Open bardiakhosravi opened 7 years ago

bardiakhosravi commented 7 years ago

Not sure if this one is known. I receive a NumberformatException when I send a message to this queue:

Caught: java.lang.NumberFormatException: For input string: "1.49892744073e+12" java.lang.NumberFormatException: For input string: "1.49892744073e+12" at sqsd.handleMessage(sqsd.groovy:112) at sqsd.run(sqsd.groovy:75)