Skip to content
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

The payload cache has an implicit TTL from our action/thread partitions #16

Open
jkeifer opened this issue Jun 22, 2023 · 0 comments
Open

Comments

@jkeifer
Copy link
Member

jkeifer commented Jun 22, 2023

The current data model of payload cache entries depending on the existing and state of action/thread records implicitly sets a TTL on the validity of cache entries where old actions/threads are dropped after some lifetime.

It seems we need to have a table analogous to the thread table as a rollup for events to current action state for the payload cache entries, as a way to roll up actions/action state into the cache entry independent of the actual action/thread records underlying the cache.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant