fix: await Rivet envoy registration
This commit is contained in:
@@ -6,6 +6,6 @@ services:
|
||||
environment:
|
||||
RIVET_ENDPOINT: ${RIVET_ENDPOINT}
|
||||
RIVET_PUBLIC_ENDPOINT: ${RIVET_PUBLIC_ENDPOINT}
|
||||
RIVET_RUNNER: default
|
||||
RIVET_RUNNER_VERSION: ${RIVET_RUNNER_VERSION}
|
||||
RIVET_ENVOY_VERSION: ${RIVET_ENVOY_VERSION}
|
||||
RIVET_POOL: default
|
||||
restart: unless-stopped
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
import { runtimeRegistry } from "./runtime/agent-os";
|
||||
|
||||
await runtimeRegistry.startEnvoy();
|
||||
await runtimeRegistry.startAndWait();
|
||||
|
||||
Reference in New Issue
Block a user