-
Notifications
You must be signed in to change notification settings - Fork 979
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rewrote batching logic to no longer rely on a results channel #1070
Conversation
✔️ Deploy Preview for karpenter-docs-prod canceled. 🔨 Explore the source changes: 5c9cdfe 🔍 Inspect the deploy log: https://app.netlify.com/sites/karpenter-docs-prod/deploys/61d4d2cda080f70009fdb769 |
@check-spelling-bot Report🔴 Please reviewSee the files view or the action log for details. Unrecognized words (2)RLock Previously acknowledged words that are now absentretriableAvailable dictionaries could cover words not in the dictionarycspell:cpp/cpp.txt (104293) covers 72 of them Consider adding them using:
To stop checking additional dictionaries, add:
To accept these unrecognized words as correct (and remove the previously acknowledged and now absent words), run the following commands... in a clone of the [email protected]:ellistarn/karpenter.git repository
If the flagged items do not appear to be textIf items relate to a ...
|
@check-spelling-bot Report🔴 Please reviewSee the files view or the action log for details. Unrecognized words (2)RLock Previously acknowledged words that are now absentretriableAvailable dictionaries could cover words not in the dictionarycspell:cpp/cpp.txt (104293) covers 72 of them Consider adding them using:
To stop checking additional dictionaries, add:
To accept these unrecognized words as correct (and remove the previously acknowledged and now absent words), run the following commands... in a clone of the [email protected]:ellistarn/karpenter.git repository
If the flagged items do not appear to be textIf items relate to a ...
|
@check-spelling-bot Report🔴 Please reviewSee the files view or the action log for details. Unrecognized words (2)RLock Previously acknowledged words that are now absentretriableAvailable dictionaries could cover words not in the dictionarycspell:cpp/cpp.txt (104293) covers 72 of them Consider adding them using:
To stop checking additional dictionaries, add:
To accept these unrecognized words as correct (and remove the previously acknowledged and now absent words), run the following commands... in a clone of the [email protected]:ellistarn/karpenter.git repository
If the flagged items do not appear to be textIf items relate to a ...
|
ce2d74d
to
76ba9ed
Compare
@check-spelling-bot Report🔴 Please reviewSee the files view or the action log for details. Unrecognized words (1)amazonvpc Previously acknowledged words that are now absentretriableAvailable dictionaries could cover words not in the dictionarycspell:cpp/cpp.txt (104293) covers 55 of them Consider adding them using:
To stop checking additional dictionaries, add:
To accept these unrecognized words as correct (and remove the previously acknowledged and now absent words), run the following commands... in a clone of the [email protected]:ellistarn/karpenter.git repository
If the flagged items do not appear to be textIf items relate to a ...
|
@check-spelling-bot Report🔴 Please reviewSee the files view or the action log for details. Unrecognized words (1)amazonvpc Previously acknowledged words that are now absentretriableAvailable dictionaries could cover words not in the dictionarycspell:cpp/cpp.txt (104293) covers 55 of them Consider adding them using:
To stop checking additional dictionaries, add:
To accept these unrecognized words as correct (and remove the previously acknowledged and now absent words), run the following commands... in a clone of the [email protected]:ellistarn/karpenter.git repository
If the flagged items do not appear to be textIf items relate to a ...
|
@check-spelling-bot Report🔴 Please reviewSee the files view or the action log for details. Unrecognized words (1)amazonvpc Previously acknowledged words that are now absentretriableAvailable dictionaries could cover words not in the dictionarycspell:cpp/cpp.txt (104293) covers 55 of them Consider adding them using:
To stop checking additional dictionaries, add:
To accept these unrecognized words as correct (and remove the previously acknowledged and now absent words), run the following commands... in a clone of the [email protected]:ellistarn/karpenter.git repository
If the flagged items do not appear to be textIf items relate to a ...
|
@check-spelling-bot Report🔴 Please reviewSee the files view or the action log for details. Unrecognized words (2)amazonvpc Previously acknowledged words that are now absentretriableAvailable dictionaries could cover words not in the dictionarycspell:cpp/cpp.txt (104293) covers 56 of them Consider adding them using:
To stop checking additional dictionaries, add:
To accept these unrecognized words as correct (and remove the previously acknowledged and now absent words), run the following commands... in a clone of the [email protected]:ellistarn/karpenter.git repository
If the flagged items do not appear to be textIf items relate to a ...
|
@check-spelling-bot Report🔴 Please reviewSee the files view or the action log for details. Unrecognized words (2)amazonvpc Previously acknowledged words that are now absentretriableAvailable dictionaries could cover words not in the dictionarycspell:cpp/cpp.txt (104293) covers 56 of them Consider adding them using:
To stop checking additional dictionaries, add:
To accept these unrecognized words as correct (and remove the previously acknowledged and now absent words), run the following commands... in a clone of the [email protected]:ellistarn/karpenter.git repository
If the flagged items do not appear to be textIf items relate to a ...
|
581ec10
to
ee62ee2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice, much cleaner! LGTM 🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
1. Issue, if available:
#1065
2. Description of changes:
The aim of this PR is to reduce the potential failure modes of the batching logic after reports of "pod stuck". We haven't been able to successfully reproduce this -- however, I have a theory as to how this could happen
3. Does this change impact docs?
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.