Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/FlowiseAI/Flowise
/ makeQueue
Function
makeQueue
packages/server/src/queue/ScheduleQueue.test.ts:63–65 ·
view source on GitHub ↗
(name = 'schedule')
Source
from the content-addressed store, hash-verified
61
}
62
63
function
makeQueue(name =
'schedule'
) {
64
return
new
ScheduleQueue(name, CONNECTION, OPTIONS)
65
}
66
67
const
makeRecord = (overrides: Record<string, unknown> = {}) => ({
68
id:
'rec-1'
,
Callers
1
ScheduleQueue.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected