---
title: "Retry Policy — Definition | FourSight Glossary"
url: https://foursight.cloud/glossary/retry-policy
description: "The rules governing how a system retries failed operations — maximum attempts, backoff schedule, which error types are retried, and what counts as termi…"
lang: en
---

Back to glossary: https://foursight.cloud/glossary

SaaS & Billing

# Retry Policy

The rules governing how a system retries failed operations — maximum attempts, backoff schedule, which error types are retried, and what counts as terminal failure.

Source

- Google SRE Book — Handling Overload (https://sre.google/sre-book/handling-overload/)

## Related terms

MRR (Monthly Recurring Revenue)

The predictable monthly subscription revenue a SaaS earns, normalized so annual plans count as 1/12 per month.
https://foursight.cloud/glossary/mrr

ARR (Annual Recurring Revenue)

Annualised subscription revenue, i.e.
https://foursight.cloud/glossary/arr

ACV (Annual Contract Value)

The yearly value of a single customer contract, normalized to one year.
https://foursight.cloud/glossary/acv

Churn

The rate at which customers cancel or downgrade.
https://foursight.cloud/glossary/churn

Webhook

An HTTP POST request a service sends to a URL you control when an event happens (e.g.
https://foursight.cloud/glossary/webhook

Idempotency

Property of an operation that produces the same result no matter how many times it runs.
https://foursight.cloud/glossary/idempotency

## Start monitoring free — HTTP + Ping checks, 4 regions, no card

The Free plan includes 10 monitors with HTTP and Ping checks from all 4 probe regions, 5 minute intervals, email alerts, and 1 status page — $0, no credit card, commercial use allowed. All 8 monitor types unlock on Growth ($40/mo).

- HTTP + Ping checks
- 4 probe regions on every plan
- No credit card

Start monitoring free: https://foursight.cloud/auth?signup=true

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "@type": "DefinedTerm",
    "@id": "https://foursight.cloud/glossary/retry-policy",
    "name": "Retry Policy",
    "description": "The rules governing how a system retries failed operations — maximum attempts, backoff schedule, which error types are retried, and what counts as terminal failure.",
    "url": "https://foursight.cloud/glossary/retry-policy",
    "termCode": "retry-policy",
    "inDefinedTermSet": {
      "@type": "DefinedTermSet",
      "name": "FourSight Monitoring & Reliability Glossary",
      "url": "https://foursight.cloud/glossary"
    },
    "sameAs": [
      "https://sre.google/sre-book/handling-overload/"
    ]
  },
  {
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "Glossary",
        "item": "https://foursight.cloud/glossary"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "Retry Policy",
        "item": "https://foursight.cloud/glossary/retry-policy"
      }
    ]
  }
]
```