He-Pin commented on code in PR #546:
URL: https://github.com/apache/pekko-management/pull/546#discussion_r2538707268


##########
lease-kubernetes/src/main/resources/reference.conf:
##########
@@ -52,4 +52,19 @@ pekko.coordination.lease.kubernetes {
     # server that are required. If this timeout is hit then the lease *may* be 
taken due to the response being lost
     # on the way back from the API server but will be reported as not taken 
and can be safely retried.
     lease-operation-timeout = 5s
+
+    # Settings that are specific to retrying requests with 401 responses due 
to possible token rotation
+    token-rotation-retry {
+      # Number of total attempts to make
+      attempts = 5

Review Comment:
   max-attempts-num ?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to