When issuing a Virtual Graph query to a Postgres DB, we are getting a "Gateway Time-out" for any queries lasting more than one minute. Our query timeout for Stardog is set to 20 mins.
Is there anything that we can set to address this in the JDBC, to extend/negotiate this?
Try the same query through your Django app and then from the Stardog cli running locally on the Stardog server. That should tell you if it's openshift killing the connection or something else.