We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c72152c commit 8a847ebCopy full SHA for 8a847eb
samples/sample.properties
@@ -181,4 +181,8 @@ regionName = us-east-1
181
# be cleaned up.
182
# Duration format examples: PT15M (15 mins) PT10H (10 hours) P2D (2 days)
183
# Refer to Duration.parse javadocs for more details
184
-# staleWorkerMetricsEntryCleanupDuration =
+# staleWorkerMetricsEntryCleanupDuration =
185
+
186
+# Interval in milliseconds at which Lease Assignment manager (LAM) runs
187
+# If this value is not set then LAM will run at interval 2 * failoverTimeMillis.
188
+# leaseAssignmentIntervalMillis = 20000
0 commit comments