We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4120609 commit d9d92b6Copy full SHA for d9d92b6
core/task/schedulerstate.go
@@ -208,7 +208,7 @@ func (state *schedulerState) Start(ctx context.Context) {
208
if state.err != nil {
209
err = state.err
210
log.WithField("error", err.Error()).Debug("scheduler quit with error, main state machine GO_ERROR")
211
- err = state.sm.Event(context.Background(), "GO_ERROR", err) // TODO: use error information in GO_ERROR
+ err = state.sm.Event(context.Background(), "GO_ERROR", err)
212
if err != nil {
213
log.WithField(infologger.Level, infologger.IL_Devel).
214
WithError(err).
0 commit comments