MCPcopy
hub / github.com/FlowiseAI/Flowise / getQueue

Method getQueue

packages/server/src/queue/PredictionQueue.ts:61–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 }
60
61 public getQueue() {
62 return this.queue
63 }
64
65 async processJob(data: IExecuteFlowParams | IGenerateAgentflowv2Params) {
66 if (this.redisPublisher) {

Callers 1

setupAllQueuesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected