Assume I have a batch of items that require individual processing. Some different ways to handle errors when processing items in a batch include:
- Fail batch on first error, no state is changed.
- Fail batch on first error, update state only on already processed items.
- Record error and resume processing, update state on all successfully processed items.
Are there standard names I could use to communicate these ideas more concisely in discussion and code?
Aucun commentaire:
Enregistrer un commentaire