Function allWorkingOn

  • Return all workers and what job they might be working on. Will throw an error if redis cannot be reached.

    Returns Promise<{
        [key: string]: ParsedWorkerPayload;
    }>