Connection issues

If a pipeline fails to deliver events to a destination because of intermittent connectivity issues, those issues are handled with a retry strategy. According to the strategy, a retry is performed every 30 seconds. (A full-jitter exponential backoff is used with a maximum backoff period of 30 seconds.) The total duration of retry attempts is limited to 3 minutes.

A pipeline pauses the data delivery until the connection is re-established. If the connection issues persist after the retry cycle, the pipeline stores records in the Replay Queue with the Connectivity error type.