-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
ref(crons): Move monitor dispatch code to monitors.tasks #54591
ref(crons): Move monitor dispatch code to monitors.tasks #54591
Conversation
sdk: str | ||
|
||
|
||
class ClockPulseMessage(TypedDict): |
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.
Will be using this type in both the tasks and consumer, don't want an import cycle so it moves here.
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.
don't see it in the tasks yet. future work?
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.
Yep #54647
2fb0f3f
to
e780652
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #54591 +/- ##
==========================================
- Coverage 79.75% 79.74% -0.01%
==========================================
Files 4994 4996 +2
Lines 212152 212195 +43
Branches 36161 36171 +10
==========================================
+ Hits 169192 169218 +26
- Misses 37751 37770 +19
+ Partials 5209 5207 -2
|
No description provided.