Onto-Med / top-backend

Spring Boot based backend of the TOP Framework
MIT License
0 stars 1 forks source link

Threading of Single Neo4J graph creation #189

Open fmatthies opened 8 months ago

fmatthies commented 8 months ago

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.

ChristophB commented 4 months ago

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