Ryan Albrecht
03/23/2023, 8:45 PMModules can easily tie in to ColdBox's async scheduling engine by defining a config/Scheduler.cfc file.
but calling getInstance("appScheduler@coldbox").getTasks()
does not list an tasks defined in a module. Do i have to access the module's scheduler in some way to see what task each module has registered?bdw429s
03/23/2023, 8:47 PMbdw429s
03/23/2023, 8:47 PMcbScheduler@moduleName
bdw429s
03/23/2023, 8:47 PMbdw429s
03/23/2023, 8:48 PMRyan Albrecht
03/23/2023, 8:48 PMRyan Albrecht
03/23/2023, 8:48 PMRyan Albrecht
03/23/2023, 8:48 PMbdw429s
03/23/2023, 8:49 PMRyan Albrecht
03/23/2023, 8:50 PM