Files
langgraph/libs
Claude 72b7394a75 Remove blocking sleep on resume — store retry_ts for external schedulers
Sleeping in the worker thread on resume is not scalable: with
max_interval=128s and many concurrent graphs, worker threads would be
held hostage doing nothing. Instead, only restore the attempt count
on resume and let external schedulers (e.g. LangGraph Server) use the
persisted retry_ts to delay re-scheduling the task.

https://claude.ai/code/session_01768mrKrVCCtXdJgRNFdWrb
2026-02-07 23:07:50 +00:00
..
2026-02-03 10:52:33 -08:00
2026-02-06 00:38:23 +00:00