logdna / logger-node

A nodejs logger client for LogDNA
MIT License
34 stars 17 forks source link

feat(max-attempts): support retry limits #57

Closed emelski closed 2 years ago

emelski commented 2 years ago

Allow users to optionally specify a maximum number of attempts to send in case of retryable errors, instead of retrying indefinitely.

darinspivey commented 2 years ago

Don't forget to update the README and the typescript definitions file.

emelski commented 2 years ago

Don't forget to update the README and the typescript definitions file.

Thanks for the reminder, I added updates to those files.

darinspivey commented 2 years ago

@logdnabot test this

darinspivey commented 2 years ago

@logdnabot test this

emelski commented 2 years ago

Closing this PR, superseded by PR59.