MCPcopy
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
63function makeQueue(name = 'schedule') {
64 return new ScheduleQueue(name, CONNECTION, OPTIONS)
65}
66
67const makeRecord = (overrides: Record<string, unknown> = {}) => ({
68 id: 'rec-1',

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected