Some people were complaining about some API calls crashing their pipeline in the middle of the night.
As random networking failure happen, there is not much we can do to prevent it. So retrying is the safest bet.
Feature
- orthogonalization: retry up to 3 time if a `ConnectionError` happen via the API.
**Full Changelog**: https://github.com/crunchdao/crunch-cli/compare/3.2.1...3.3.0