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

persist ConceptClusters for when backend shuts down #242

Open
fmatthies opened this issue Feb 27, 2025 · 0 comments
Open

persist ConceptClusters for when backend shuts down #242

fmatthies opened this issue Feb 27, 2025 · 0 comments

Comments

@fmatthies
Copy link
Contributor

There is a HashMap<String, Thread> conceptClusterProcesses in ConceptClusterService that will be populated with running/finished processes of createSpecificGraphsInNeo4j. This map is used to check for said processes from ConceptClusterApiDelegateImpl (and therefore the frontend).

However, when the backend terminates for any reason this map won't be restored at the moment and the information is lost. But fixing this shouldn't be a problem since the clusters are stored in Neo4j and we could get the information about what clusters are present from there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant