buildkite / lifecycled

A daemon for responding to AWS AutoScaling Lifecycle Hooks
MIT License
146 stars 34 forks source link

Fixes listener variable re-use #85

Closed paulhamby closed 4 years ago

paulhamby commented 4 years ago

Fix for #84. Passes listener to the closure in order to ensure listener is unique for each goroutine.