Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/FlowiseAI/Flowise
/ getQueue
Method
getQueue
packages/server/src/queue/ScheduleQueue.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: IScheduleAgentflowJobData): Promise<any> {
66
if
(this.appDataSource) data.appDataSource = this.appDataSource
Callers
1
setupAllQueues
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected