== 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
* qadmin
- make usable as python module
- merge cascade commands
- - merge londiste commands
* some documentation
- qadmin as main admin tool ?
== 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)
=== sql/pgq ===
-* drop_queue(force) - to drop consumers [3.0, easy]
-
* pgq_node.is_root_event() rettype [easy, but hard to decide]
=== python/skytools ===
* 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.
* 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 ===