Skip to content

Commit

Permalink
delay log warning to 60 minutes (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
divanshu-aggarwal authored Nov 22, 2024
1 parent d1b56ce commit daa66a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ KinesisClientLibConfiguration getClientLibConfiguration(String tableName,
.withFailoverTimeMillis(Constants.KCL_FAILOVER_TIME)

// logs warning if RecordProcessor task is blocked for long time periods.
.withLogWarningForTaskAfterMillis(60 * 1000)
.withLogWarningForTaskAfterMillis(60 * 60 * 1000)

// fix some random issues with https://github.com/awslabs/amazon-kinesis-client/issues/164
.withIgnoreUnexpectedChildShards(true)
Expand Down

0 comments on commit daa66a4

Please sign in to comment.