Is there any "dummy" query in Gremlin language in order to test the connection to the server?
E.g. in Sql Alchemy case I would use the following https://docs.sqlalchemy.org/en/13/core/pooling.html#custom-legacy-pessimistic-ping
which basically runs a SELECT 1
to check the connection health.