Skip to main content

Function: logScorerJobsStatus()

function logScorerJobsStatus(
  projectId: string,
  runId: string,
  logger: JobProgressLogger,
): Promise<void>;
Defined in: src/utils/job-progress.ts Gets and logs the status of all scorer jobs for a given project and run.

Parameters

projectId

string The unique identifier of the project.

runId

string The unique identifier of the run.

logger

JobProgressLogger = {} Optional logger interface (defaults to console).

Returns

Promise<void>