forked from auser/beehive
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTODO
19 lines (19 loc) · 797 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TODO:
* Investigate other databases as the distributed DB is not as "crucial" as speed of access (such as couchdb/riak)
* Clean up generally
* Add more finely grained ACL
* Update master mnesia node from seed node and distribute
* Take a nice long look at the permissions of the chroot environment on the node layer
* Add stats dumping to file
* Remove needless db queries in proxy process
* Throw error for creating duplicate users/apps/bees
* Add job-queue to handle tasks -> queue-driven
* Force not updating apps after they terminate
* Ensure apps update only on call, not otherwise
* Add more eunit tests
* Fix bee_timeout when app is starting
* Oauth? Http/basic
* Authentication for REST
* Vacation
* Bug - /apps deploy with min/max instances
* Separate application code into clean segments