TODo
This commit is contained in:
4
main.go
4
main.go
@@ -57,9 +57,9 @@ func main() {
|
||||
exe_mngr := daemons.ExecutionManager{}
|
||||
|
||||
go tools.NewNATSCaller().ListenNats(map[tools.NATSMethod]func(tools.NATSResponse){
|
||||
tools.CREATE_EXECTUTION: sch_mngr.GetNextScheduledWorkflows,
|
||||
tools.CREATE_EXECTUTION: sch_mngr.GetNextScheduledWorkflows, // TODO: unused for now...
|
||||
tools.WORKFLOW_EVENT: sch_mngr.ExecuteWorkflow,
|
||||
tools.REMOVE_EXECUTION: daemons.Executions.DeleteSchedules,
|
||||
tools.REMOVE_EXECUTION: daemons.Executions.DeleteSchedules, // TODO: unused for now...
|
||||
})
|
||||
go sch_mngr.SchedulePolling()
|
||||
exe_mngr.RetrieveNextExecutions()
|
||||
|
||||
Reference in New Issue
Block a user