Open
Description
Is your feature request related to a problem? Please describe.
This is related to managing app running requirements on the MIS
Describe the solution you'd like
Need the capability of running apps on multiple run time scenarios: 1) ALways on, an input may come any time, need to respond fast; 2) Bring it up when requested, and the algorithm will execute and after completing its task it can be taken down until next request, 3) In batch mode, periodically the algorithm can be brought online to work on every task accumulated so far, and after completing its tasks it can be taken down until its next scheduled task.
Describe alternatives you've considered
Additional context