Joey
06/05/2022, 7:45 PMsnax
06/05/2022, 8:19 PMJoey
06/05/2022, 8:22 PMsnax
06/05/2022, 8:26 PMsnax
06/06/2022, 4:12 AMJoey
06/06/2022, 4:16 AMJoey
06/06/2022, 4:16 AMlotussx
06/06/2022, 11:12 AMPrchowdh
06/07/2022, 5:26 AMPrchowdh
06/07/2022, 5:27 AMJaroslav Holaň
06/07/2022, 11:59 AMslinkiecici
06/07/2022, 12:57 PMvroldanbet
06/07/2022, 1:07 PMspicedb serve
command is wired up with SignalContextWithGracePeriod
which handles terminating the process on SIGINT
and SIGTERM
. Assuming you are running it in a Kubernetes cluster, have you checked if your pods are being terminated / rescheduled (e.g. resource limits)?ecordell
06/07/2022, 1:46 PMdefinition
in the schema - when you write a schema you create many namespaces, so this is expected
is there something you're trying to do with writeschema that isn't working the way you expect?ecordell
06/07/2022, 1:49 PMJaroslav Holaň
06/07/2022, 2:37 PMecordell
06/07/2022, 2:42 PMJaroslav Holaň
06/07/2022, 2:45 PMwilliamdclt
06/07/2022, 3:23 PMecordell
06/07/2022, 4:19 PMvroldanbet
06/07/2022, 4:51 PMkuberesolver
since it by design wants to "avoid the bloat of the Go Kubernetes SDK".lotussx
06/08/2022, 6:04 AMDeleteRelationships
? Like clearing whole db for testing purposes.LarsRan
06/08/2022, 7:39 AMmigrate head
and serve
in the same docker container?Jake
06/08/2022, 11:14 AMserve-testing
sub-command which uses a separate datastore per access token. Otherwise you have to iterate the object types and call delete relationships on each one.Jake
06/08/2022, 11:16 AMexec
-ing into the container, but that’s not recommended. You could also inject your own script to do so into a new container image. What’s the use case?Singha1
06/08/2022, 12:01 PMLarsRan
06/08/2022, 12:17 PMmigrate head
and one serve
. But then after up there is one exited container (correctly) laying around so I wondered if I could just use that container for serve
againSingha1
06/08/2022, 12:47 PMlotussx
06/08/2022, 1:11 PMJake
06/08/2022, 1:27 PM