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

    Interface CleanupOptions

    Options for cleanup

    interface CleanupOptions {
        maxAge: number;
        states?: ExecutionState[];
    }
    Index
    maxAge: number
    states?: ExecutionState[]