File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pkg/controllers/workapplier Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments