MCPcopy Create free account
hub / github.com/cameri/nostream / delay

Method delay

src/app/maintenance-worker.ts:136–136  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134 const invoices = await this.paymentsService.getPendingInvoices()
135 logger('found %d pending invoices', invoices.length)
136 const delay = () => delayMs(100 + Math.floor(Math.random() * 10))
137
138 let successful = 0
139

Callers

nothing calls this directly

Calls 1

delayMsFunction · 0.90

Tested by

no test coverage detected