bbc / sqs-consumer

Build Amazon Simple Queue Service (SQS) based applications without the boilerplate
https://bbc.github.io/sqs-consumer/
Other
1.71k stars 330 forks source link

feat: emit a started event on consumer start #391

Closed nicholasgriffintn closed 1 year ago

nicholasgriffintn commented 1 year ago

Resolves #388

Description:

Fires a started event when the Consumer is started, like we do when it is stopped.

Type of change:

Why is this change required?:

Allows implementations to extend functionality when the event is recieved

Code changes:

codeclimate[bot] commented 1 year ago

Code Climate has analyzed commit 50dc6ae8 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (80% is the threshold).

This pull request will bring the total coverage in the repository to 94.7% (0.0% change).

View more on Code Climate.