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

Threading of Single Neo4J graph creation #189

Open
fmatthies opened this issue Jan 15, 2024 · 1 comment
Open

Threading of Single Neo4J graph creation #189

fmatthies opened this issue Jan 15, 2024 · 1 comment
Assignees
Labels
concepts/documents Related to concepts or documents logic enhancement New feature or request

Comments

@fmatthies
Copy link
Contributor

in ConceptClusterService:
Threading of single graph creation seems to be not working; sometimes throws NoSuchRecordException.
Maybe look into it, but it's probably not worth it. Right now only threading per process is implemented.

@fmatthies fmatthies added the enhancement New feature or request label Jan 15, 2024
@ChristophB ChristophB added the concepts/documents Related to concepts or documents logic label Jan 17, 2024
@ChristophB
Copy link
Member

This can be solved by switching from the current threading setup to JobrunR, which is already used for queries.

@fmatthies fmatthies self-assigned this May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
concepts/documents Related to concepts or documents logic enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants