Skip to main content

PruneRequest

@forge/monorepo


@forge/monorepo / backend/src / PruneRequest

Type Alias: PruneRequest

PruneRequest = object

Defined in: backend/src/retention/index.ts:47

Properties

limit

readonly limit: number

Defined in: backend/src/retention/index.ts:54

Rows per call. Bounded, because an unbounded DELETE over this table takes a long-lived lock and blocks the live appends that are the reason the table exists.


olderThan

readonly olderThan: string

Defined in: backend/src/retention/index.ts:49

Delete events created strictly before this instant. ISO-8601.