Skip to content

Commit

Permalink
Clarify comment on relationship between hooks and redactors
Browse files Browse the repository at this point in the history
  • Loading branch information
triarius committed Mar 6, 2024
1 parent d0788ea commit a311dfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/job/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ type Executor struct {
// A channel to track cancellation
cancelCh chan struct{}

// redactors from each hook
// redactors for the job logs. The will be populated with values both from environment variable and through the Job API.
// In order for the latter to happen, a reference is passed into the the Job API server as well
redactors *replacer.Mux
}

Expand Down

0 comments on commit a311dfc

Please sign in to comment.