Skip to content

[Neuxs] Report last successful blueprint realized when blueprint realization fails #6421

@jgallagher

Description

@jgallagher

When blueprint realization succeeds, we report the ID of that blueprint:

json!({
"target_id": blueprint.id.to_string(),
"needs_saga_recovery": needs_saga_recovery,
})

When blueprint realization fails, we report the ID of the blueprint that failed, too:

json!({
"target_id": blueprint.id.to_string(),
"errors": errors
})

But in the failure case, it would be nice to also report the ID of the last blueprint that we succeeded in realizing. (This might be different on different Nexus instances!)

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueIssues that are good for learning the codebasenexusRelated to nexus

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions