Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boringstack-xyz/boringstack
/ queue-manager.test.ts
File
queue-manager.test.ts
apps/api/tests/queues/queue-manager.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, test } from
"bun:test"
;
2
import
type
{ JobsOptions, JobType } from
"bullmq"
;
3
4
import
type
{ IEmailDeliveryJobData } from
"../../src/queues/email-delivery"
;
Callers
nothing calls this directly
Calls
6
buildFixture
Function · 0.85
enqueueEmailDelivery
Method · 0.80
enqueueNotificationDispatch
Method · 0.80
enqueueWebPushDelivery
Method · 0.80
getStats
Method · 0.80
close
Method · 0.45
Tested by
no test coverage detected