@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/computer-science/api-retry-backoff-and-client-rate-control>
  a schema:TechArticle ;
  schema:headline "API Retry Backoff and Client Rate Control" ;
  schema:url <https://anchorfact.org/computer-science/api-retry-backoff-and-client-rate-control/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.865" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/api-retry-backoff-and-client-rate-control>
  schema:citation <https://google.aip.dev/194> ;
  af:sourceTier "C" .

<https://anchorfact.org/kb/computer-science/api-retry-backoff-and-client-rate-control>
  schema:citation <https://docs.aws.amazon.com/sdkref/latest/guide/feature-retry-behavior.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/api-retry-backoff-and-client-rate-control>
  schema:citation <https://datatracker.ietf.org/doc/html/rfc9110#section-10.2.3> ;
  af:sourceTier "S" .