-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Workflow: build and manage a resilient service using Python #5343
Workflow: build and manage a resilient service using Python #5343
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rachel can confirm on this. but we have been requiring single actions SOS for workflows, the way we did for MVP's.
I did not see the single action SOS in this example.
python/cross_service/resilient_service/recommendation_service.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Editorial comments
* Create a load-balanced web service that returns recommendations of books, movies, and songs. This example demonstrates how the service responds to failures, and shows ways to restructure the service to be more resilient when failures occur.
b6d34c9
to
141a9d4
Compare
This version of the example is missing tests, single action snippets, and a full spec in order to meet publishing deadlines.
Tests, actions, and spec (and any remaining tidbits) will be added as a fast follow.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.