Skip to content

Add batch error flow #182

@Shourya742

Description

@Shourya742

In our apps, there are several scenarios where we perform batch processing. During these batches, errors may or may not occur. When an error does occur, the current behavior is to immediately propagate it, which can leave the execution state in an invalid or partially-updated state. Instead, we need a mechanism to collect and send a batch of errors to the main status loop, allowing it to process them centrally and take appropriate action. This will ensure we do not break execution flow mid-way or leave the system in an inconsistent state.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions