Adding TTL in the checkpointer #1435
saireddy-tk
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, each thread keeps the entire conversation history and state snapshots within itself. Instead, we could store this information in the LRU Cache. Both methods use memory, but the LRU Cache offers an advantage with its TTL feature. I would like to contribute to developing this idea.
Beta Was this translation helpful? Give feedback.
All reactions