neo4j-apoc-procedures
neo4j-apoc-procedures copied to clipboard
cypher initialiser option to terminate the jvm
Feature description (Mandatory)
In some situations if my initialiser fails to run I'd like to be able to configure the neo4j process to terminate.
If I am using this method to setup my database - possibly even configure users and permissions - I don't want my database to be available if it's not correctly set up - this could lead to logical corruption of my model or other hard-to-figure out errors later
Considered alternatives
nothing I could think of
How this feature can improve the project?
This will make this feature more reliable for certain use cases