We are trying to run a service based on neo4j. In short, when the service starts, we project a graph into the Graph Catalogue and calls to the service run an algorithm from GDS on this graph.
However, we observe that sometimes when we make calls to the service, we receive an error indicating that the graph does not exist in memory. From our end, it doesn't seem that any other error is occurring. Is this the expected behavior? If not, are there any hints on what might be causing this?