Some TODOs for scheduler module.

This commit is contained in:
Yanyan Hu 2015-01-03 06:17:00 -05:00
parent 8b24aad0d4
commit db246b3969

6
TODO
View File

@ -12,6 +12,12 @@ DB
ENGINE
------
- cleanse scheduler module
- service start with rpc server(eventlet) and dispatcher(subthread);
- threadgroupmanager(TGM) module will now handle action;
- scheduler module will wrap TGM and expose interface to dispatcher,
e.g. run_action, wait, stop, notify;
- dispatcher using db.api to get action and use scheduler to dispatch
run and control action;
- complete parser logic, construct profile/policy objects there?
DRIVER