From db246b3969d38f356000b77da2096695bf6f4be1 Mon Sep 17 00:00:00 2001 From: Yanyan Hu Date: Sat, 3 Jan 2015 06:17:00 -0500 Subject: [PATCH] Some TODOs for scheduler module. --- TODO | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO b/TODO index 8918e2850..6be79fd07 100644 --- a/TODO +++ b/TODO @@ -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