vmpooler/TODO.md
Scott Schneider d2b3ebf2a1 Lookin' good
2014-02-05 18:47:17 -08:00

22 lines
495 B
Markdown

TO DO
=====
Features
--------
* ...
Enhancements
------------
* Launch the dashboard/API app in a thread from the main app
* 'first-out-first-in' processing (as opposed to current 'loop' design) should allow for faster (or at least more uniform) pool-refilling overall
* Separate threads for pending/running/completed queues (either rather than or in addition to per-pool threads)
* Namespace the whole app
Fixes
-----
* VMs in 'ready' pool should be checked even if no ready_ttl is set