-
Notifications
You must be signed in to change notification settings - Fork 109
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
feat(util): add periodical handlers util #153
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
csfldf
force-pushed
the
dev/periodical_handler
branch
2 times, most recently
from
July 18, 2023 07:01
f022200
to
c634978
Compare
csfldf
force-pushed
the
dev/periodical_handler
branch
from
July 18, 2023 13:06
c634978
to
7c93650
Compare
csfldf
force-pushed
the
dev/periodical_handler
branch
from
July 18, 2023 13:18
7c93650
to
b91206a
Compare
waynepeking348
force-pushed
the
dev/periodical_handler
branch
from
July 18, 2023 16:20
9e55b1d
to
7ba39cc
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #153 +/- ##
==========================================
+ Coverage 50.25% 50.42% +0.17%
==========================================
Files 393 407 +14
Lines 37767 38729 +962
==========================================
+ Hits 18978 19531 +553
- Misses 16642 17008 +366
- Partials 2147 2190 +43
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
waynepeking348
previously approved these changes
Jul 19, 2023
waynepeking348
force-pushed
the
dev/periodical_handler
branch
from
July 19, 2023 02:45
7ba39cc
to
ac94763
Compare
csfldf
added
the
workflow/merge-ready
merge-ready: code is ready and can be merged
label
Jul 19, 2023
waynepeking348
approved these changes
Jul 19, 2023
luomingmeng
approved these changes
Jul 19, 2023
luomingmeng
pushed a commit
to luomingmeng/katalyst-core
that referenced
this pull request
Oct 11, 2024
* feat(util): add periodical handlers util * fix(qrm): fix cpu plugin transitionPeriod initial value * refine the implementation for periodical handler --------- Co-authored-by: shaowei.wayne <shaowei.wayne@bytedance.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
workflow/merge-ready
merge-ready: code is ready and can be merged
workflow/need-review
review: test succeeded, need to review
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
feat(util): add periodical handlers util