-
Notifications
You must be signed in to change notification settings - Fork 74
Add caching to TeamBroker topic logging #6142
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
Conversation
fixes #6141 This adds a 5000 entry LRU cache with a 30min expirary to updating topic entries for the TeamBroker.
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.
teamId
-> TeamId
fix
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6142 +/- ##
=======================================
Coverage 76.81% 76.82%
=======================================
Files 381 381
Lines 19296 19306 +10
Branches 4646 4647 +1
=======================================
+ Hits 14823 14831 +8
- Misses 4473 4475 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
Unrelated UI test failures - merging as-is |
fixes #6141
Description
This adds a 5000 entry LRU cache with a 30min expiry to buffer updating topic entries for the MQTTTopicSchema table from the TeamBroker authorization check.
Related Issue(s)
#6141
Checklist
flowforge.yml
?FlowFuse/helm
to update ConfigMap TemplateFlowFuse/CloudProject
to update values for Staging/ProductionLabels
area:migration
label