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

feat: Implement idempotent run v0 #769

Merged
merged 4 commits into from Jun 27, 2023
Merged

feat: Implement idempotent run v0 #769

merged 4 commits into from Jun 27, 2023

Conversation

gbouv
Copy link
Contributor

@gbouv gbouv commented Jun 26, 2023

Description:

This feature saves the current state of the enclave after each starlark run and tries to optimize the next execution to execute only the instructions that changed compare to previous run. For this V0, the optimisation is "append-only". I.e. the resolution of instructions will succeed only if what changed is at the end of the instruction queue

Is this change user facing?

NO

References (if applicable):

@gbouv gbouv force-pushed the gbouv/idempotent-run branch 5 times, most recently from fb182b2 to 2cd6ce9 Compare June 26, 2023 13:12
@gbouv gbouv merged commit 23b121f into main Jun 27, 2023
27 checks passed
@gbouv gbouv deleted the gbouv/idempotent-run branch June 27, 2023 14:20
Peeeekay pushed a commit that referenced this pull request Jun 27, 2023
🤖 I have created a release *beep* *boop*
---


##
[0.80.3](0.80.2...0.80.3)
(2023-06-27)


### Features

* Add minimal support for feature flags in APIC
([#775](#775))
([0858f56](0858f56))
* added port print functionality in cli for users to quickly check how
to access port.
([#778](#778))
([477510b](477510b))
* Implement idempotent run v0
([#769](#769))
([23b121f](23b121f))
* Stop and start service support in the CLI
([#767](#767))
([cd4ca05](cd4ca05)),
closes [#705](#705)

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: kurtosisbot <kurtosisbot@users.noreply.github.com>
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.

None yet

2 participants