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

fix: saved filters load issue on server restart #957

Merged
merged 3 commits into from
Oct 8, 2024

Conversation

nikhilsinhaparseable
Copy link
Contributor

issue: server checks the version of all filters
and migrates if version is v1
if v2 (current version), it again calculates hash of the user_id from json and puts the json back in storage and load to memory

fix: if v2, load to memory

issue: server checks the version of all filters
and migrates if version is v1
if v2 (current version), it again calculates hash of the user_id from json
and puts the json back in storage and load to memory

fix: if v2, load to memory
@nitisht nitisht merged commit 2a2d64f into parseablehq:main Oct 8, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants