MCPcopy Create free account
hub / github.com/Effect-TS/effect / getRunnerAddress

Function getRunnerAddress

packages/effect/src/unstable/cluster/Sharding.ts:224–224  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

222 const shardLockInterval = effectiveInterval(config)
223 const shardGroups = shardGroupConfig(config)
224 const getRunnerAddress = () => Option.getOrUndefined(config.runnerAddress)
225 const clock = yield* Clock
226
227 const runnersService = yield* Runners

Callers 2

isLocalRunnerFunction · 0.85
Sharding.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected