Deletes boundary logs older than the given time, bounded by a row limit to avoid long-running transactions.
(ctx context.Context, arg DeleteOldBoundaryLogsParams)
| 166 | // Deletes boundary logs older than the given time, bounded by a row limit |
| 167 | // to avoid long-running transactions. |
| 168 | DeleteOldBoundaryLogs(ctx context.Context, arg DeleteOldBoundaryLogsParams) (int64, error) |
| 169 | // updated_at is the retention clock, so the window starts after the run |
| 170 | // stops being written to. |
| 171 | // Intentionally no finished_at IS NOT NULL guard: abandoned in-flight rows |
no outgoing calls