Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RetryPolicy

import type { RetryPolicy } from "https://googleapis.deno.dev/v1/eventarc:v1.ts";

The retry policy configuration for the Trigger. Can only be set with Cloud Run destinations.

interface RetryPolicy {
maxAttempts?: number;
}

§Properties

§
maxAttempts?: number
[src]

Optional. The maximum number of delivery attempts for any message. The only valid value is 1.