JobMetadata

constructor(id: JobId, name: String, status: JobStatus, created: Instant, lastAttemptStarted: Instant?, lastAttemptFinished: Instant?, data: String, failedAttempts: UByte, log: SortedMap<Instant, String>, maxRetries: Int)