datalust / seq-logging

A Node.js client for the Seq HTTP ingestion API
Apache License 2.0
25 stars 15 forks source link

Retry failed batches #7

Closed raybooysen closed 3 years ago

raybooysen commented 6 years ago

Currently, batches of log events that cannot be sent to Seq for any reason will be dropped.

If the returned status code from the HTTP request indicates that the server is down (0) or unavailable (503) then some number of retries should be attempted.

Ref: datalust/bunyan-seq#1

nblumhardt commented 6 years ago

Thanks, yes, this would be a good addition.