vendredi 6 février 2015

Are there standard names for the patterns of batch failure handling?

Assume I have a batch of items that require individual processing. Some different ways to handle errors when processing items in a batch include:



  1. Fail batch on first error, no state is changed.

  2. Fail batch on first error, update state only on already processed items.

  3. 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