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
2023-07-27T03:12:57,539 INFO [main] net.twisterrob.cinema.cineworld.sync.Main(Main.kt:23) Syncing: MainParameters(isSyncCinemas=true, isSyncFilms=true, isSyncPerformances=true, fromFolder=/home/runner/work/net.twisterrob.cinema/net.twisterrob.cinema/Heroku/backend/sync/test)
2023-07-27T03:12:58,747 INFO [main] org.neo4j.driver.internal.DriverFactory(Slf4jLogger.java:41) Routing driver instance 693434027 created for server address 8472c952.databases.neo4j.io:7687
2023-07-27T03:13:01,039 INFO [main] net.twisterrob.cinema.cineworld.sync.CinemaSync(CinemaSync.kt:24) Inserting 0 new, updating 102 existing (0 restored), deleting 0 existing (4 already deleted) Cinemas for 2023-07-27T03:12:58.527998213Z.
2023-07-27T03:13:01,971 WARN [main] org.neo4j.ogm.drivers.bolt.response.BoltResponse(BoltResponse.java:116) Neo.ClientNotification.Statement.FeatureDeprecationWarning: This feature is deprecated and will be removed in future versions.
UNWIND $rows as row MATCH (n) WHERE ID(n)=row.nodeId SET n:`Cinema` SET n += row.props RETURN row.nodeId as ref, ID(n) as id, $type as type
^
The query used a deprecated function: `id`.
2023-07-27T03:13:01,972 WARN [main] org.neo4j.ogm.drivers.bolt.response.BoltResponse(BoltResponse.java:116) Neo.ClientNotification.Statement.FeatureDeprecationWarning: This feature is deprecated and will be removed in future versions.
UNWIND $rows as row MATCH (n) WHERE ID(n)=row.nodeId SET n:`Cinema` SET n += row.props RETURN row.nodeId as ref, ID(n) as id, $type as type
^
The query used a deprecated function: `id`.
2023-07-27T03:13:03,160 INFO [main] net.twisterrob.cinema.cineworld.sync.FilmSync(FilmSync.kt:24) Inserting 0 new, updating 0 existing (20 restored), deleting 20 existing (376 already deleted) Films for 2023-07-27T03:13:02.198244923Z.
2023-07-27T03:13:03,794 WARN [main] org.neo4j.ogm.drivers.bolt.response.BoltResponse(BoltResponse.java:116) Neo.ClientNotification.Statement.FeatureDeprecationWarning: This feature is deprecated and will be removed in future versions.
UNWIND $rows as row MATCH (n) WHERE ID(n)=row.nodeId SET n:`Film` SET n += row.props RETURN row.nodeId as ref, ID(n) as id, $type as type
^
The query used a deprecated function: `id`.
2023-07-27T03:13:03,794 WARN [main] org.neo4j.ogm.drivers.bolt.response.BoltResponse(BoltResponse.java:116) Neo.ClientNotification.Statement.FeatureDeprecationWarning: This feature is deprecated and will be removed in future versions.
UNWIND $rows as row MATCH (n) WHERE ID(n)=row.nodeId SET n:`Film` SET n += row.props RETURN row.nodeId as ref, ID(n) as id, $type as type
^
The query used a deprecated function: `id`.
2023-07-27T03:13:08,495 WARN [main] org.neo4j.ogm.drivers.bolt.response.BoltResponse(BoltResponse.java:116) Neo.ClientNotification.Statement.FeatureDeprecationWarning: This feature is deprecated and will be removed in future versions.
MATCH (n:`Performance`) WITH n OPTIONAL MATCH (n)-[r0]-() DELETE r0, n RETURN ID(n)
^
The query used a deprecated function: `id`.
2023-07-27T03:13:08,521 WARN [main] org.neo4j.ogm.drivers.bolt.response.BoltResponse(BoltResponse.java:116) Neo.ClientNotification.Statement.FeatureDeprecationWarning: This feature is deprecated and will be removed in future versions.
MATCH (n:`Performance`) WITH n OPTIONAL MATCH (n)-[r0]-() DELETE r0, n RETURN ID(n)
^
The query used a deprecated function: `id`.
2023-07-27T03:13:13,698 INFO [main] net.twisterrob.cinema.cineworld.sync.PerformanceSync(PerformanceSync.kt:33) Deleted 36482, inserting 18394 new Performances.
2023-07-27T03:13:18,865 WARN [main] org.neo4j.ogm.drivers.bolt.response.BoltResponse(BoltResponse.java:116) Neo.ClientNotification.Statement.FeatureDeprecationWarning: This feature is deprecated and will be removed in future versions.
UNWIND $rows as row CREATE (n:`Performance`) SET n=row.props RETURN row.nodeRef as ref, ID(n) as id, $type as type
^
The query used a deprecated function: `id`.
2023-07-27T03:13:23,863 WARN [main] org.neo4j.ogm.session.Neo4jSession(Neo4jSession.java:614) Error executing query : Server at 8472c952.databases.neo4j.io:7[68](https://github.com/TWiStErRob/net.twisterrob.cinema/actions/runs/5676091860/job/15382307816#step:7:69)7 is no longer available. Rolling back transaction.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: