Skip to contentSkip to navigationSkip to topbar
Rate this page:
On this page

Problems on delivery



What if my sink has problems?

what-if-my-sink-has-problems page anchor

We are aware that it is very difficult to achieve a perfect stability of your sink. Sometimes your infrastructure may have problems and you won't be able to receive the events. EventStreams is ready for that and incorporates several mechanisms to cope with these issues.

EventStreams will retry delivering an event for at most four hours.

EventStreams will notify you about any issue listed here using Twilio Debugger. Depending on your configuration you will receive mailing events, lists in Twilio Console or both. You will receive a notification after the first error and then more grouped at certain points: every 20 minutes, every 10/100/1000.. error and so.

What does "retry delivery" mean for EventStreams?

what-does-retry-delivery-mean-for-eventstreams page anchor

Under certain conditions (see tables below) the delivery of an event will be retried several times. This retry is performed with an exponential backoff with jitter, meaning that each retry is increasingly separated from the next. The delay between retries includes some randomness. Retries continue in this manner (if the retries continue to be unsuccessful) for four hours.

Note that the target of 2 seconds delivery only applies for the first delivery attempt of an Event, not for Events with retried deliveries. There is a significant chance of Events being delivered out of order in the case of retries, so you should use each Event's timestamp to sort Events if needed.

Kinesis Sink

kinesis-sink page anchor
IssueError codeEventStreams behavior
Error writing to Kinesis93101Retry delivery
assume role error93102Retry delivery
get shard count error93103Retry delivery
get Kinesis Stream Name And Region error93104discard event
IssueError codeEventStreams behavior
customer returning 429 HTTP error93101retry delivery
customer returning other 400 HTTP error (not 429)93101discard event
customer returning any 500 HTTP error93101retry delivery

Currently this sink does not notify the customer in case of issues


Rate this page: