MCPcopy Create free account
hub / github.com/WebDevSimplified/job-queue / index.ts

File index.ts

src/index.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { RedisQueue } from "./job-queue/redis-adapter"
2import { Worker } from "./job-queue/worker"
3
4const queue = new RedisQueue<{ email: string; body: string }>(

Callers

nothing calls this directly

Calls 2

sendEmailFunction · 0.85
startMethod · 0.80

Tested by

no test coverage detected