Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/FlowiseAI/Flowise
/ ScheduleQueue.test.ts
File
ScheduleQueue.test.ts
packages/server/src/queue/ScheduleQueue.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
/**
2
* Unit tests
for
ScheduleQueue.
3
* All external dependencies (BullMQ, RedisEventPublisher, ScheduleExecutor)
4
* are mocked so no real Redis or database connection is needed.
Callers
nothing calls this directly
Calls
7
makeQueue
Function · 0.85
upsertJobScheduler
Method · 0.80
removeJobScheduler
Method · 0.80
makeRecord
Function · 0.70
getQueueName
Method · 0.45
getQueue
Method · 0.45
processJob
Method · 0.45
Tested by
no test coverage detected