Function allDelayed

  • Return all delayed jobs, organized by the timestamp at where they are to run at. Note: This is a very slow command. Will throw an error if redis cannot be reached.

    Returns Promise<{
        [timestamp: string]: any[];
    }>