todo update
authorMarko Kreen <markokr@gmail.com>
Fri, 3 Dec 2010 15:27:12 +0000 (17:27 +0200)
committerMarko Kreen <markokr@gmail.com>
Fri, 3 Dec 2010 15:27:12 +0000 (17:27 +0200)
doc/TODO.txt

index c1d0200360828075a1ce293c3fd6b479ce864849..bc2a73b95adc139d04a531e217c899e56846e7ec 100644 (file)
@@ -8,10 +8,8 @@ who already is handling it.
 
 == Required for 3.0-final ==
 
-* drop node fixes
-
 * More handlers work:
-  - convert queue_loader to handler
+  - convert cube/table disaptcher to handler
   - make is support pooler target (cross-mover)
 
 * takeover testing
@@ -19,7 +17,6 @@ who already is handling it.
 * qadmin
   - make usable as python module
   - merge cascade commands
-  - merge londiste commands
 
 * some documentation
   - qadmin as main admin tool ?
@@ -28,7 +25,6 @@ who already is handling it.
 
 == Good to have changes ==
 
-* qadmin: show stats about event counts based on seq values in ticks. [easy]
 * tests for coopconsumer
 * londiste: check transactional UI
 * dbscript: configurable error timeout (20s)
@@ -38,8 +34,6 @@ who already is handling it.
 
 === sql/pgq ===
 
-* drop_queue(force) - to drop consumers [3.0, easy]
-
 * pgq_node.is_root_event() rettype [easy, but hard to decide]
 
 === python/skytools ===
@@ -50,8 +44,6 @@ who already is handling it.
 
 * Expose commands for node connstr change, pgq_node.drop_node(). [easy]
 
-* Move all consumers to pgq.next_batch_info() [3.0, easy]
-
 === python/pgq/cascade ===
 
 * Advanced admin commands.
@@ -96,8 +88,6 @@ who already is handling it.
 * replace "raise Exception" with "raise UsageError" , where we just
   want to inform user and so traceback is not needed. [easy]
 
-* Document DB-API and psycopg2 details under psycopgwrapper. [hard?]
-
 == Low-priority ==
 
 === Larger things ===