Skip to content
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

[backend] add exclusion cache handling (search tree version) (#8941) #9137

Open
wants to merge 1 commit into
base: release/6.5.0
Choose a base branch
from

Conversation

JeremyCloarec
Copy link
Contributor

@JeremyCloarec JeremyCloarec commented Nov 25, 2024

Proposed changes

  • add cache file containing local exclusion list cache tree
  • add cache init at start of platform, reading current cache from redis if it exists
  • add cache build manager, building new cache when an exclusion list is changed and pushing it to redis
  • add cache sync manager, reading cache status on redis and updating local cache if it is outdated
  • add search algorithm to check if a value is in current cache tree

Related issues

Checklist

  • I consider the submitted work as finished
  • I tested the code for its functionality
  • I wrote test cases for the relevant uses case (coverage and e2e)
  • I added/update the relevant documentation (either on github or on notion)
  • Where necessary I refactored code to improve the overall quality

Further comments

@JeremyCloarec JeremyCloarec changed the base branch from master to release/6.5.0 November 25, 2024 14:39
@github-actions github-actions bot added the filigran team use to identify PR from the Filigran team label Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
filigran team use to identify PR from the Filigran team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant