Features
- Feature: Retry API Calls on timeout
Added support for new option--max-retry-count
/ environment variableMAX_RETRY_COUNT
to set how often an API call should be retried before failing if it timed out.
The default is3
(one initial try plus up to three additional tries).
Full Changelog: 0.21.1...0.22.0