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

Method getInstance

packages/server/src/schedule/ScheduleBeat.ts:36–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 }
35
36 public static getInstance(): ScheduleBeat {
37 if (!ScheduleBeat.instance) {
38 ScheduleBeat.instance = new ScheduleBeat()
39 }
40 return ScheduleBeat.instance
41 }
42
43 /**
44 * Initialize scheduling. Must be called after the DB is initialized.

Callers 6

index.test.tsFile · 0.45
deleteChatflowFunction · 0.45
saveChatflowFunction · 0.45
updateChatflowFunction · 0.45
_getScheduleQueueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected