dusterio / laravel-plain-sqs

Custom SQS connector for Laravel (or Lumen) that supports third-party, plain JSON messages
MIT License
131 stars 92 forks source link

Releasing jobs twice #27

Open halaei opened 5 years ago

halaei commented 5 years ago

Hi there. This package causes jobs to be released twice, even if you don't use it, even if you send jobs to redis. This causes performance issues and corrupts laravel/horizon metrics.

robertwe commented 5 years ago

Hi @halaei , could you please give us here more information? What version of Laravel/Lumen you are using including the version of this package? After that I'm going to try reproduce it.