refactor(task/backend): replace a removed interface with the method name (#12203)
parent
dd50e10d6d
commit
78430df2bb
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue