MCPcopy Index your code
hub / github.com/Effect-TS/effect / take

Method take

packages/experimental/src/PersistedQueue/Redis.ts:38–38  ·  view source on GitHub ↗
(
    keyQueue: string,
    keyPending: string,
    prefix: string,
    workerId: string,
    batchSize: number,
    pttl: number
  )

Source from the content-addressed store, hash-verified

36 payload: string
37 ): Promise<void>
38 take(
39 keyQueue: string,
40 keyPending: string,
41 prefix: string,

Callers 5

Machine.test.tsFile · 0.65
bootFunction · 0.65
makeFunction · 0.65
pollFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected