This is an automated email from the ASF dual-hosted git repository.
colegreer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
The following commit(s) were added to refs/heads/master by this push:
new f0daf38371 CTR: Update gremlin-python docker health-check to use
gremlin-lang
f0daf38371 is described below
commit f0daf38371a75a65df2816f9e898f6980d39ae14
Author: Cole Greer <[email protected]>
AuthorDate: Tue Mar 24 15:35:09 2026 -0700
CTR: Update gremlin-python docker health-check to use gremlin-lang
---
gremlin-python/docker-compose.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gremlin-python/docker-compose.yml
b/gremlin-python/docker-compose.yml
index 79c31a50c6..2e9261f0cc 100644
--- a/gremlin-python/docker-compose.yml
+++ b/gremlin-python/docker-compose.yml
@@ -35,7 +35,7 @@ services:
- ${HOME}/.m2:/root/.m2
- ${ABS_PROJECT_HOME}/gremlin-test/target:/opt/gremlin-test
healthcheck:
- test: [ "CMD-SHELL", "apk add curl && curl -X POST -d
{\"gremlin\":\"100-1\"} http://localhost:45940" ]
+ test: [ "CMD-SHELL", "apk add curl && curl -X POST -d
{\"gremlin\":\"gremlin.inject(1)\"} http://localhost:45940" ]
interval: 30s
timeout: 10s
retries: 30