- Newest
- Most votes
- Most comments
The “configured retry duration” in Kinesis Data Firehose refers to the total time spent on retries after the initial attempt to send data to the destination fails. This retry behavior is a default feature of Kinesis Data Firehose and does not depend on whether Dynamic Partitioning is enabled or not. The default value for the retry duration is 3600 seconds (60 minutes) for Redshift and can be up to 7200 seconds. If the value of DurationInSeconds is 0 (zero) or if the first delivery attempt takes longer than the current value, Kinesis Data Firehose does not retry.
Look at the official documentation for more insights: https://docs.aws.amazon.com/firehose/latest/APIReference/API_RedshiftRetryOptions.html https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-retryoptions.html
Hello,
Each Amazon Data Firehose destination has its own data delivery failure handling. You can refer following documentation-
[] Understand data delivery in Amazon Data Firehose - Handle data delivery failure - https://docs.aws.amazon.com/firehose/latest/dev/basic-deliver.html#retry
Depending on the destination you can specify a retry duration when creating a Firehose stream and this feature is independent of whether you have enabled Dynamic Partitioning or not for your Firehose stream.
Relevant content
- asked 2 years ago
- asked 2 years ago
- AWS OFFICIALUpdated 9 months ago
