contember/contember

actions: partial success in batch processing

Closed this issue · 1 comments

As of now, when a webhook processes a batch of events, it does not support partial success. That is, the batch operation is considered either entirely successful or entirely failed.

For better precision and granularity, it is necessary to introduce an optional response mechanism that provides details about the processing of individual events within the batch.

solved in #443