-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
5 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,4 @@ | ||
##Logic Requirement | ||
1. Supervisor manages a release of model (containers, and router and A/B testing) | ||
2. When receiving a new release configuration, supervisor will somehow stop previous containers and start new containers, and change the "routing table" | ||
3. After a certain time, supervisor will generate a report of the new release | ||
4. Supervisor uses the user engagement data to evaluate model online | ||
5. Provide a mechanism for roll back to previous release | ||
6*. Provide a mechanism for blocking a new release when previous release has not been stable | ||
|
||
##Infrastructure Requirement | ||
1. Build a service to receive user recommendation request forward to related container | ||
2. Provide api for managing container (operations like start and stop) | ||
3. Provide mechanism for receiving new configuration | ||
4. Routing user to correct container according to "Routing Table" | ||
5. Store the recommendation log for report use | ||
## Requirement | ||
1. Provide Jenkens infrastructure for continuous integration and continuous delivery | ||
2. Automatically run unit test or unit test script and generate unit test coverage report | ||
|
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
Please Delete It |