-
Notifications
You must be signed in to change notification settings - Fork 27
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
🐛Separate caching director call from user dependent service listing #3020
🐛Separate caching director call from user dependent service listing #3020
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3020 +/- ##
========================================
- Coverage 79.7% 79.7% -0.1%
========================================
Files 693 693
Lines 29052 29049 -3
Branches 3745 3745
========================================
- Hits 23158 23154 -4
Misses 5062 5062
- Partials 832 833 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
thanks for the notice! (and congrats on sonarcloud) |
a1a7ac8
to
6c2971b
Compare
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.
Thanks a lot!
Please consider making DIRECTOR_CACHING_TTL
adjustable via env-vars, and if DIRECTOR_CACHING_TTL=0
maybe caching could be disabled? Just a suggestion, the former would be easier I guess :)
thanks for taking care of this :)
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.
👍
6c2971b
to
ab42f3f
Compare
ab42f3f
to
0a3dc36
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
What do these changes do?
The caching of the list of services from the director was filtered with a user-dependent list of services available in the database. This explains the various errors in the catalog.
Related issue/s
fixes #3005
How to test
Checklist