bunqueue v2.8 API referenceall versions · guide
bunqueue
    Preparing search index...

    Interface DebounceOptions

    Debounce options (BullMQ v5 compatible)

    interface DebounceOptions {
        id: string;
        ttl: number;
    }
    Index
    id: string

    Unique debounce ID

    ttl: number

    TTL in milliseconds for the debounce window