[DO NOT MERGE] Add native Duroxide provider, stop using duroxide-pg-opt#31
Closed
pinodeca wants to merge 1 commit into
Closed
[DO NOT MERGE] Add native Duroxide provider, stop using duroxide-pg-opt#31pinodeca wants to merge 1 commit into
pinodeca wants to merge 1 commit into
Conversation
7053734 to
3e0b3e6
Compare
3e0b3e6 to
3fb2568
Compare
Contributor
Author
|
Not going in this direction. |
Copilot AI
added a commit
that referenced
this pull request
Jun 12, 2026
…branch Co-authored-by: pinodeca <32303022+pinodeca@users.noreply.github.com>
pinodeca
added a commit
that referenced
this pull request
Jun 12, 2026
…s_new df.loop called continue_as_new inline in the main orchestration, so every new generation restarted from graph.root_node_id, re-executing prefix nodes on every iteration. Each df.loop() node now spawns a dedicated child sub-orchestration (execute_loop) that owns continue_as_new; the parent awaits it and runs any suffix nodes exactly once. Relies on duroxide PR #31 (parent link preserved across continue_as_new), pulled in as a git dependency until merged and released. Co-authored-by: copilot-swe-agent <copilot@github.com> Co-authored-by: pinodeca <32303022+pinodeca@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a POC/experiment to understand the feasibility of dropping the dependency on duroxide-pg-opt and using a native duroxide provider in pg_durable. The provider design would then be tailored to the PostgreSQL extension environment.