Skip to content

Commit 259cf07

Browse files
committed
Update toc
1 parent afc3295 commit 259cf07

File tree

1 file changed

+5
-5
lines changed
  • keps/sig-scheduling/5142-pop-backoffq-when-activeq-empty

1 file changed

+5
-5
lines changed

keps/sig-scheduling/5142-pop-backoffq-when-activeq-empty/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ tags, and then generate with `hack/update-toc.sh`.
2525
- [Proposal](#proposal)
2626
- [Risks and Mitigations](#risks-and-mitigations)
2727
- [A tiny delay on the first scheduling attempts for newly created pods](#a-tiny-delay-on-the-first-scheduling-attempts-for-newly-created-pods)
28-
- [Backoff won't be working as natural rate limiter in case of errors](#backoff-wont-be-working-as-natural-rate-limiter-in-case-of-errors)
29-
- [One pod in backoffQ could starve the others](#one-pod-in-backoffq-could-starve-the-others)
28+
- [Backoff won't be working as a natural rate limiter in case of errors](#backoff-wont-be-working-as-a-natural-rate-limiter-in-case-of-errors)
29+
- [One pod in the backoffQ could starve the others](#one-pod-in-the-backoffq-could-starve-the-others)
3030
- [Design Details](#design-details)
31-
- [Popping from backoffQ in activeQ's pop()](#popping-from-backoffq-in-activeqs-pop)
32-
- [Notifying activeQ condition when new pod appears in backoffQ](#notifying-activeq-condition-when-new-pod-appears-in-backoffq)
33-
- [Calling PreEnqueue for backoffQ](#calling-preenqueue-for-backoffq)
31+
- [Popping from the backoffQ in activeQ's pop()](#popping-from-the-backoffq-in-activeqs-pop)
32+
- [Notifying activeQ condition when a new pod appears in the backoffQ](#notifying-activeq-condition-when-a-new-pod-appears-in-the-backoffq)
33+
- [Calling PreEnqueue for the backoffQ](#calling-preenqueue-for-the-backoffq)
3434
- [Test Plan](#test-plan)
3535
- [Prerequisite testing updates](#prerequisite-testing-updates)
3636
- [Unit tests](#unit-tests)

0 commit comments

Comments
 (0)