mirror of
https://github.com/garethgeorge/backrest.git
synced 2025-12-13 17:25:38 +00:00
feat: implement scheduling relative to last task execution (#439)
This commit is contained in:
@@ -4,7 +4,6 @@ import (
|
||||
"context"
|
||||
"errors"
|
||||
"fmt"
|
||||
"io"
|
||||
"time"
|
||||
|
||||
v1 "github.com/garethgeorge/backrest/gen/go/v1"
|
||||
@@ -158,7 +157,3 @@ func (t *taskRunnerImpl) Config() *v1.Config {
|
||||
func (t *taskRunnerImpl) Logger(ctx context.Context) *zap.Logger {
|
||||
return logging.Logger(ctx).Named(t.t.Name())
|
||||
}
|
||||
|
||||
func (t *taskRunnerImpl) RawLogWriter(ctx context.Context) io.Writer {
|
||||
return logging.WriterFromContext(ctx)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user