Neo4j Database context deadline exceeded, while perfoming query over http

HI,

I have a golang-service setup, which purpose is to modify incomming information and then commit them into the neo4j-docker. For conveinice I have used http to insert the data. The Problem is that after some time, around 7-8 Hours, I get the following ERROR.

"http://192.168.50.175:7474/db/neo4j/tx/commit": context deadline exceeded (Client.Timeout exceeded while awaiting headers)

I already increased the ClientSide timeout to 2 minutes, so I guess it is something related to the neo4j-docker. The docker-log does not print out any errors.

If you have any suggestions I would be happy to try them out.