docs: concepts durable execution (#3355)

Conceptual page for durable execution
This commit is contained in:
Eugene Yurtsev
2025-02-19 10:15:26 -05:00
committed by GitHub
parent 05b4a30c04
commit a01537d1a5
3 changed files with 155 additions and 1 deletions
+2 -1
View File
@@ -829,7 +829,8 @@ from langgraph.checkpoint.memory import MemorySaver
from langgraph.func import entrypoint, task
from langgraph.types import StreamWriter
# Global variable to track the number of attempts
# This variable is just used for demonstration purposes to simulate a network failure.
# It's not something you will have in your actual code.
attempts = 0
@task()