Skip to content

add results handling for new worker-based execution - #2114

Draft
atravitz wants to merge 6 commits into
epic/execution_improvementsfrom
feat/exorcist-results-handling
Draft

add results handling for new worker-based execution#2114
atravitz wants to merge 6 commits into
epic/execution_improvementsfrom
feat/exorcist-results-handling

Conversation

@atravitz

@atravitz atravitz commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

LLM / AI generated code disclosure

LLMs or other AI-powered tools (beyond simple IDE use cases) were used in this contribution: no

Checklist

  • All new code is appropriately documented (user-facing code must have complete docstrings).
  • Added a news entry, or the changes are not user-facing.
  • Ran pre-commit: you can run pre-commit locally or comment on this PR with pre-commit.ci autofix.
  • Filled in the AI generated code disclosure.

Manual Tests: these are slow so don't need to be run every commit, only before merging and when relevant changes are made (generally at reviewer-discretion).

Developers certificate of origin

@atravitz
atravitz force-pushed the feat/exorcist-results-handling branch 4 times, most recently from 8398290 to e21142b Compare July 31, 2026 22:11
@atravitz atravitz linked an issue Aug 3, 2026 that may be closed by this pull request
@atravitz atravitz self-assigned this Aug 3, 2026
@atravitz
atravitz force-pushed the feat/exorcist-results-handling branch from e21142b to 2521bcf Compare August 4, 2026 14:06
@atravitz
atravitz force-pushed the feat/exorcist-results-handling branch from 2521bcf to 1bccca4 Compare August 6, 2026 22:10
@atravitz
atravitz force-pushed the feat/exorcist-results-handling branch from 1bccca4 to eed68e2 Compare August 7, 2026 19:51
@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown

🚨 API breaking changes detected! 🚨

View workflow run

Griffe output
$ griffe check "openfe" -s src --no-inspection --no-color --verbose -a origin/main
src/openfe/tests/storage/test_resultclient.py:0: <module>:
Public object was removed

src/openfe/tests/storage/test_metadatastore.py:0: <module>:
Public object was removed

src/openfe/tests/storage/test_resultserver.py:0: <module>:
Public object was removed

src/openfe/storage/metadatastore.py:0: <module>:
Public object was removed

src/openfe/storage/resultserver.py:0: <module>:
Public object was removed

src/openfe/storage/resultclient.py:0: <module>:
Public object was removed


$ griffe check "openfecli" -s src --no-inspection --no-color --verbose -a origin/main
src/openfecli/commands/plan_rbfe_network.py:121: plan_rbfe_network(warehouse):
Parameter was added as required


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.

worker-based execution: add basic results gathering support

1 participant