-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- be able to get container status by querying the container on the get call (add to decorator function) is now visible when running (deploy ls) as a status column
- Loading branch information
1 parent
1a195e7
commit 06ab86b
Showing
4 changed files
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,17 @@ | ||
## Completed | ||
|
||
- [x] be able to persist data | ||
- [x] Once there is a way to store metadata, have an in memory store of a proxy routing to deal with subrouting application. | ||
- [x] be able retrieve logs | ||
- [x] deal with shutting down | ||
- [x] deal with cleaning up old images | ||
- [x] store most recent tars and metadata somewhere to make sure when the service starts back up it will start those sub services also | ||
- [x] be able to get container status by querying the container on the get call (add to decorator function) | ||
- [x] be able to remove an instance and its data (purge) | ||
|
||
## Backlog | ||
|
||
- [ ] have a pull command that retrieves the contents of a deployed instance | ||
- [ ] be able to get container status by querying the container on the get call (add to decorator function) | ||
- [ ] add timing metrics to cli calls (maybe add just overall function call tracing) | ||
- [ ] add lamba functionality | ||
- [ ] add web gui | ||
- [ ] be able to remove an instance and its data (purge) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters