feat: support coalescing queue in kubernetes provider - #9718
Conversation
✅ Deploy Preview for cerulean-figolla-1f9435 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9718 +/- ##
=======================================
Coverage 76.26% 76.27%
=======================================
Files 261 261
Lines 44351 44367 +16
=======================================
+ Hits 33826 33840 +14
- Misses 8284 8285 +1
- Partials 2241 2242 +1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
587797a to
a2692da
Compare
|
nice. For the translation layer, do we have something similar in place? When a translation runs it blocks a publish, causing resource updates from gw-api to aggregate? |
I debugging this for a while, this may cause status not updated if you use a long time windows(e.g. 1s), I'm still working on it. we setted up similar mechanism for XDSServer before. |
Signed-off-by: zirain <zirain2009@gmail.com>
Signed-off-by: zirain <zirain2009@gmail.com>
Signed-off-by: zirain <zirain2009@gmail.com>
a2692da to
66afefa
Compare
This will help to reduce the cost when users applied mutiple resoureces in a short time window.