logstash-plugins / logstash-input-sqs

Apache License 2.0
16 stars 40 forks source link

Refactor shutdown behavior to follow the new pipeline semantic #20

Closed ph closed 9 years ago

ph commented 9 years ago

Remove all traces of Logstash::ShutdownSignal and make sure we just get out of the loop as soon as possible.

This PR also remove the PATCH for the aws-sdk which was needed when we were using the Thread#raise.

Fixes #19

andrewvc commented 9 years ago

Ran (non-integration) specs. All tests pass!

LGTM

elasticsearch-bot commented 9 years ago

Merged sucessfully into master!