Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename 'update_supported_erros' to 'update_supported_errors' in Retry module ↵ | Jean Lopin | 2022-05-02 | 1 | -1/+1 |
| | | | | (#2144) | ||||
* | `Retry()`: Support negative `retries` value (#2110) | Kristján Valur Jónsson | 2022-04-28 | 1 | -1/+2 |
| | | | | | | | * Support negative `retries` value * Add unit test * Add unittest for blocking api | ||||
* | Added retry mechanism on socket timeouts when connecting to the server (#1895) | Bar Shaul | 2022-01-25 | 1 | -1/+5 |
| | |||||
* | Support for specifying error types with retry (#1817) | Bar Shaul | 2021-12-23 | 1 | -0/+8 |
| | |||||
* | Added black and isort (#1734) | Anas | 2021-11-30 | 1 | -2/+3 |
| | |||||
* | Add retry mechanism with backoff (#1494) | nbraun-amazon | 2021-08-18 | 1 | -0/+40 |