Home / Type/ RetryPolicy Type — supabase Architecture

RetryPolicy Type — supabase Architecture

Architecture documentation for the RetryPolicy type/interface in ReplicationPipelineStatus.types.ts from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Database/Replication/ReplicationPipelineStatus/ReplicationPipelineStatus.types.ts lines 1–4

export type RetryPolicy =
  | { policy: 'no_retry' }
  | { policy: 'manual_retry' }
  | { policy: 'timed_retry'; next_retry: string }

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free