MCPcopy Create free account
hub / github.com/effect-app/libs / replyPartition

Function replyPartition

packages/infra/src/ClusterCosmos.ts:116–116  ·  view source on GitHub ↗
(requestId: string)

Source from the content-addressed store, hash-verified

114const messageDocId = (envelope: Envelope.Encoded, primaryKey: string | null) =>
115 cosmosId(primaryKey === null ? envelopeId(envelope) : `primary::${primaryKey}`)
116const replyPartition = (requestId: string) => `reply::${requestId}`
117const runnerDocId = (address: string) => cosmosId(`runner::${address}`)
118const lockDocId = (shardId: string) => cosmosId(`lock::${shardId}`)
119const tenMinutes = Duration.toMillis(Duration.minutes(10))

Callers 2

replyToDocFunction · 0.85
markReplyAckedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…