You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using neo4j-core to acess external neo4j from very simple Sinatra-base API.
When Bolt adaptor is used and database is restarted without restart the API, next query causes ruby process to use a lot of CPU time and thus rendering API useless. I had to switch to HTTP adaptor which gracefully continues to operate when database boots up.
I don't believe anyone, in particular, has claimed "responsibility" for maintaining the bolt adapter, so unless you are interested in fixing this issue, I think your best bet is to stick with the http adapter.
Hi,
I'm using neo4j-core to acess external neo4j from very simple Sinatra-base API.
When Bolt adaptor is used and database is restarted without restart the API, next query causes ruby process to use a lot of CPU time and thus rendering API useless. I had to switch to HTTP adaptor which gracefully continues to operate when database boots up.
Runtime information:
Neo4j database version:
neo4j
gem version: 3.3.4neo4j-core
gem version: 8.1.4The text was updated successfully, but these errors were encountered: