g.V().has('gps', Geo.point(x,y)).as('p').repeat(both().simplePath()).until(is('p')).path()g.V().has('gps', Geo.point(x,y)).as('x').repeat(both()).until(cyclicPath()).path().by('gps')Script evaluation exceeded the configured threshold of realtime_evaluation_timeout at 180000 ms for the requestg.V().has('gps', Geo.point(x, y)).as('x').repeat(both().simplePath()).emit(where(both().as('x'))).both().where(eq('x')).tail(1).path()
--
You received this message because you are subscribed to the Google Groups "Gremlin-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/7107483e-b3cd-49bb-a030-7234c45ac891%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.