in Sources/XCMetricsBackendLib/UploadMetrics/Jobs/JobLogEventDelegate.swift [49:51]
func didDequeue(jobId: String, eventLoop: EventLoop) -> EventLoopFuture<Void> {
return repository.update(jobId, status: .running, error: nil, using: eventLoop.next())
}