diff --git a/task/backend/scheduler.go b/task/backend/scheduler.go index c64286ebe6..5c377a6b07 100644 --- a/task/backend/scheduler.go +++ b/task/backend/scheduler.go @@ -95,7 +95,7 @@ type RunResult interface { IsRetryable() bool // TODO(mr): add more detail here like number of points written, execution time, etc. - flux.Statisticser + Statistics() flux.Statistics } // Scheduler accepts tasks and handles their scheduling.