Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ RedisQueue } from
"./job-queue/redis-adapter"
2
import
{ Worker } from
"./job-queue/worker"
3
4
const
queue =
new
RedisQueue<{ email: string; body: string }>(
Callers
nothing calls this directly
Calls
2
sendEmail
Function · 0.85
start
Method · 0.80
Tested by
no test coverage detected