-
Notifications
You must be signed in to change notification settings - Fork 360
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
fix: trigger a resync to avoid missing any status updates #4878
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4878 +/- ##
=======================================
Coverage 66.31% 66.31%
=======================================
Files 209 209
Lines 31956 31987 +31
=======================================
+ Hits 21191 21212 +21
- Misses 9518 9525 +7
- Partials 1247 1250 +3 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Huabing Zhao <[email protected]>
4b9c4ae
to
db4e9c1
Compare
Signed-off-by: Huabing Zhao <[email protected]>
2ac5ec6
to
a6f0b60
Compare
@zhaohuabing I dont think this will solve the original problem because the re sync will not trigger the status watchable subscribed handler to get any updates, because nothing would have changed ( in the watchable store), so the original problem of missing status updates will still persist |
my suggestion would be to
|
+1 sounds good to me. |
This PR does two things:
Fixes: #4845
Release Note: Yes