-
Notifications
You must be signed in to change notification settings - Fork 6k
Serverless ebook #6260
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
Serverless ebook #6260
Conversation
…-serverless-ebook-2
…-serverless-ebook-2
…-serverless-ebook-2
…-serverless-ebook-2
…myLikness/docs into jeliknes-serverless-ebook-2
…-serverless-ebook-2
…-serverless-ebook-2
…-serverless-ebook-2
…-serverless-ebook-2
…-serverless-ebook-2
…myLikness/docs into jeliknes-serverless-ebook-2
…-serverless-ebook-2
…-serverless-ebook-2
…-serverless-ebook-2
|
I'm doing one quick last edit pass directly on the branch and will push the commit soon. But I'll post some questions here. |
|
|
||
| In a typical sequential process, activities need to execute one after the other in a particular order. Optionally, the upcoming activity may require some output from the previous function. This dependency on the ordering of activities creates a function chain of execution. | ||
|
|
||
| The benefit of using Durable Functions to implement this workflow pattern comes from its ability to do checkpointing. If the server crashes, the network times out or some other issue occurs, Durable functions is able to resume from the last known state and continue running your workflow event if it's on another server. |
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.
workflow event if it's on another server -> should event be even?
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.
/cc @JeremyLikness Can you comment on @mairaw 's question? (Once we have that, I'll merge).
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.
LGTM. Would be good to check my last question before merging.
Per offline convo with @JeremyLikness
Final PR to make the serverless eBook live.
/cc @JeremyLikness