-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not retry whole batch when a single entry fails
We don't want to retry the _whole_ list if only a single entry fails, so we possibly retry each entry individually, and ignore errors. Ignoring error is not too bad anyway, the entry will be picked up again on next lifecycle run. Issue: BB-437
- Loading branch information
1 parent
b182beb
commit afc0d43
Showing
1 changed file
with
25 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters