node-resque

    Type Alias ParsedWorkerPayload

    type ParsedWorkerPayload = {
        payload: ParsedJob;
        queue: string;
        run_at: string;
        worker: string;
    }
    Index

    Properties

    payload: ParsedJob
    queue: string
    run_at: string
    worker: string
    MMNEPVFCICPMFPCPTTAAATR