Agenda - v6.0.0
    Preparing search index...

    Interface UniqueOpts

    Options for unique constraint behavior during job save.

    interface UniqueOpts {
        debounce?: DebounceOptions;
        insertOnly?: boolean;
    }
    Index

    Properties

    debounce?: DebounceOptions

    Debounce options for combining rapid job saves. Requires a unique constraint to be set.

    insertOnly?: boolean

    If true, only insert if no matching job exists. Existing jobs are returned unchanged.