Handle possible errors from FaunaDB
Closed this issue · 1 comments
erickpintor commented
- Apply backpressure when service is unavailable
- Handle errors when the request is too large due to huge batch sizes
- Implement a split and retry strategy for batches in order to find the error for a single instance rather than marking the whole batch as failed
erickpintor commented
Implemented at #13