Skip to content

Commit 28fe672

Browse files
committed
Minor fixes
Signed-off-by: michaelawyu <[email protected]>
1 parent 3d06304 commit 28fe672

File tree

1 file changed

+2
-2
lines changed
  • pkg/controllers/workapplier

1 file changed

+2
-2
lines changed

pkg/controllers/workapplier/pq.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ const (
4242
//
4343
// The work applier, when a priority queue is in use, will prioritize requests in the following
4444
// order:
45-
// * with highest priority (-2): all Create/Delete events, and all Update events
45+
// * with highest priority (2): all Create/Delete events, and all Update events
4646
// that concern recently created Work objects or Work objects that are in a failed/undeterminted
4747
// state (apply op/availability check failure, or diff reporting failure).
48-
// * with medium priority (-1): all other Update events.
48+
// * with medium priority (1): all other Update events.
4949
// * with default priority (0): all requeues (with or with errors), and all Generic events.
5050
//
5151
// Note that requests with the same priority level will be processed in the FIFO order.

0 commit comments

Comments
 (0)