chore: 문서를 작성할 때 한국어의 표현 작성 스킬 추가 및 1인칭 관점의 글 작성 검증 테스트 추가
This commit is contained in:
@@ -11,7 +11,16 @@
|
||||
"Exponential backoff limits retry frequency, and jitter spreads retry timing across clients.",
|
||||
"Retry behavior should be bounded rather than continuing indefinitely."
|
||||
],
|
||||
"notes": "Use for retry-load, backoff, jitter, and bounded-retry claims."
|
||||
"notes": "Use for retry-load, backoff, jitter, and bounded-retry claims.",
|
||||
"source_type": "external",
|
||||
"status": "",
|
||||
"path": "",
|
||||
"heading": "",
|
||||
"line_start": null,
|
||||
"line_end": null,
|
||||
"claim_ids": [],
|
||||
"decision_ids": [],
|
||||
"priority": 0.0
|
||||
},
|
||||
{
|
||||
"id": "S2",
|
||||
@@ -23,7 +32,16 @@
|
||||
"A request method is idempotent when multiple identical requests have the same intended effect as one request.",
|
||||
"A client can automatically retry an idempotent request after a communication failure before reading the response, subject to the specification's conditions."
|
||||
],
|
||||
"notes": "Use for the definition and retry implications of HTTP method idempotency."
|
||||
"notes": "Use for the definition and retry implications of HTTP method idempotency.",
|
||||
"source_type": "external",
|
||||
"status": "",
|
||||
"path": "",
|
||||
"heading": "",
|
||||
"line_start": null,
|
||||
"line_end": null,
|
||||
"claim_ids": [],
|
||||
"decision_ids": [],
|
||||
"priority": 0.0
|
||||
},
|
||||
{
|
||||
"id": "S3",
|
||||
@@ -35,7 +53,16 @@
|
||||
"Retry behavior should consider whether the operation is idempotent.",
|
||||
"Exponential backoff increases the delay between retry attempts and should use bounded limits."
|
||||
],
|
||||
"notes": "Use as a second implementation-oriented source for bounded backoff and idempotency checks."
|
||||
"notes": "Use as a second implementation-oriented source for bounded backoff and idempotency checks.",
|
||||
"source_type": "external",
|
||||
"status": "",
|
||||
"path": "",
|
||||
"heading": "",
|
||||
"line_start": null,
|
||||
"line_end": null,
|
||||
"claim_ids": [],
|
||||
"decision_ids": [],
|
||||
"priority": 0.0
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user