Skip to content

Commit

Permalink
pushed with gpg key
Browse files Browse the repository at this point in the history
Signed-off-by: manisha kumari <[email protected]>
  • Loading branch information
ManishaKumari295 committed Feb 1, 2024
1 parent fd92f77 commit 2c1c29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/schedulerd/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ func (a *AdhocRequestExecutor) listenQueue(ctx context.Context) {
continue
}

//create new context
//create a new context
newCtx := corev2.SetContextFromResource(ctx, &check)
if err = a.processCheck(newCtx, &check); err != nil {
select {
Expand Down

0 comments on commit 2c1c29f

Please sign in to comment.