feat(dashboard): surface durable execution attempts - #265
Open
mpangrazzi wants to merge 1 commit into
Open
mpangrazzi wants to merge 1 commit into
mpangrazzi wants to merge 1 commit into
Conversation
mpangrazzi
force-pushed
the
durable_dashboard
branch
from
August 28, 2026 12:40
f07d8fd to
cddba6f
Compare
mpangrazzi
marked this pull request as ready for review
August 28, 2026 12:43
This was referenced Aug 28, 2026
ArzelaAscoIi
approved these changes
Sep 3, 2026
| @@ -0,0 +1,33 @@ | |||
| # Product | |||
This branch has not been deployed
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.
Stack
What changed
hayhooks.durable.attempttrace per durable worker attempt from the Hayhooks integration boundary.Scope
This is durable execution observability only. It does not add durable A2A execution, A2A trace correlation, or an A2A dashboard kind. The dashboard remains an observability surface, not an execution control plane.
Reviewer guide
deploy_utils.py: tracing wraps the selected durable runner while preserving its sync/async execution mode.tracing.py: checkpoint exceptions are successful, tagged outcomes; ordinary exceptions still fail.hayhooks.durablepackage still has no dependency on Hayhooks server tracing.Verification
npm test -- --run: 108 passednpm run lintnpm run build