Skip to content

State Management and Caching #724

Answered by leeederek
shreyasbhat0 asked this question in Q&A
Discussion options

You must be logged in to vote

The work was moved to #769, which has now merged. As of Kurtosis 0.80.3, idempotent runs are now possible! Meaning subsequent runs of the same Starlark package will only perform the steps that have changed since the last run (while skipping the unchanged parts of the Plan).

So for your use case, let's say you ran a Starlark package with 4 steps, and it failed on step 3. You can fix things in step 3, re-run the Starlark package, and Kurtosis will skip steps 1 and 2 and perform only steps 3 and 4 (within the same enclave).

Going to mark this question as answered and closed!

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by leeederek
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants