Closed sanderegg closed 14 hours ago
Attention: Patch coverage is 68.58974%
with 49 lines
in your changes missing coverage. Please review.
Project coverage is 89.83%. Comparing base (
ba881e9
) to head (cb215ae
). Report is 1 commits behind head on master.
🚨 Try these New Features:
Issues
1 New issue
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
What do these changes do?
Since director-v0 was updated, the home-made caching mechanism was replaced by aiocache. This lead to a difference in behavior, as the home-made caching was running independently of Rest API calls and would pre-build the cache before any other client would list services. So the current situation is that the first call to the director /services takes a long time until it gets cached properly.
This PR brings:
Related issue/s
How to test
Dev-ops checklist