node-resque

    Type Alias ParsedJob

    type ParsedJob = {
        args: any[];
        class: string;
        pluginOptions?: { [key: string]: any };
        queue: string;
    }
    Index

    Properties

    args: any[]
    class: string
    pluginOptions?: { [key: string]: any }
    queue: string
    MMNEPVFCICPMFPCPTTAAATR