Beignet API reference
    Preparing search index...

    Interface CreateInngestJobsProviderConfigOptions

    Environment-backed options for the Inngest jobs provider factory.

    interface CreateInngestJobsProviderConfigOptions {
        appName?: string;
        client?: undefined;
        eventKey?: string;
    }
    Index
    appName?: string

    Application ID used as the Inngest client's id. Overrides INNGEST_APP_NAME.

    client?: undefined

    An injected client is mutually exclusive with provider-owned config.

    eventKey?: string

    Event key used to send events to Inngest Cloud. Overrides INNGEST_EVENT_KEY.