Reword description of grace
Now Zaqar uses "claim expiration time > current message TTL" to judge whether to extend message ttl or not. The explanation of grace "If a claimed message would normally live longer than the grace period, its expiration is not adjusted." is not very clear to users. So we reword the description of grace to "If a claimed message would normally live longer than the claim's live period, its expiration is not adjusted." Change-Id: Ib9b042e99116fb4c4656696d413a778e4f07f4c6 Closes-Bug: #1632629
This commit is contained in:
parent
0af1fe3e0b
commit
160f958ae3
@ -43,8 +43,8 @@ You must include a value for this attribute in your request. To deal with
|
|||||||
workers that have stopped responding (for up to 1209600 seconds or 14 days,
|
workers that have stopped responding (for up to 1209600 seconds or 14 days,
|
||||||
including claim lifetime), the server extends the lifetime of claimed messages
|
including claim lifetime), the server extends the lifetime of claimed messages
|
||||||
to be at least as long as the lifetime of the claim itself, plus the specified
|
to be at least as long as the lifetime of the claim itself, plus the specified
|
||||||
grace period. If a claimed message would normally live longer than the grace
|
grace period. If a claimed message would normally live longer than the claim's
|
||||||
period, its expiration is not adjusted.
|
live period, its expiration is not adjusted.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -139,7 +139,7 @@ claim_grace:
|
|||||||
including claim lifetime), the server extends the lifetime of claimed
|
including claim lifetime), the server extends the lifetime of claimed
|
||||||
messages to be at least as long as the lifetime of the claim itself, plus
|
messages to be at least as long as the lifetime of the claim itself, plus
|
||||||
the specified grace period. If a claimed message would normally live longer
|
the specified grace period. If a claimed message would normally live longer
|
||||||
than the grace period, its expiration is not adjusted.
|
than the claim's live period, its expiration is not adjusted.
|
||||||
|
|
||||||
subscriber:
|
subscriber:
|
||||||
type: string
|
type: string
|
||||||
|
Loading…
Reference in New Issue
Block a user