core-utils
    Preparing search index...
    interface PostgresEnqueueOptions {
        idempotencyKey?: string;
        startAt?: Date;
        transaction?: unknown;
    }

    Hierarchy

    • WithStartAt
      • PostgresEnqueueOptions
    Index

    Properties

    idempotencyKey?: string
    startAt?: Date

    When the job should start being processed.

    transaction?: unknown