Skip to content

add cache table to track caches - #48

Open
swelborn wants to merge 1 commit into
auth-credential-capture-tmpfrom
cache-registry
Open

add cache table to track caches#48
swelborn wants to merge 1 commit into
auth-credential-capture-tmpfrom
cache-registry

Conversation

@swelborn

@swelborn swelborn commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

we need a cache reegistry so that later we can explicitly shut the cache down. we need to be able to track these by experiment, so we can query to see what caches are up for the experiment

later, we could move away from “experiment” as the key and have a more generic key for the shared cache.

we also need this table to lock the row before deleting. otherwise we would end up in a situation where we get another request for an experiment transfer on the cache it will race. while this is probably not going to happen often we should still have it.


This is part 19 of 23 in a stack made with GitButler:

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

Successfully merging this pull request may close these issues.

1 participant