Skip to content

Commit

Permalink
upload trained model dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhouyiy committed Nov 3, 2019
1 parent cc081e5 commit b8a637d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions draft/ContinousDeliveryRequirement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
##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

0 comments on commit b8a637d

Please sign in to comment.