Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-11 | Implement IsReasonableToRetry | Maksim Denisov | |
2024-11-14 | common: Implement IWYU suggestions | Paul Cristian Sarbu | |
2024-10-28 | WithRetry: Support reduced log level for failures | Klaus Aehlig | |
In some situations, we use a retry strategy, but in case of complete failure have another way of attempting that task. In this case, we should not emmit an error message right away. Add support for this. | |||
2024-08-27 | Also retry on DEADLINE_EXCEEDED | Klaus Aehlig | |
... as those typically are of transient nature as well. | |||
2024-07-19 | Pass RetryConfig instance to WithRetry | Paul Cristian Sarbu | |
2024-07-19 | WithRetry: Replace template parameters by std::function | Paul Cristian Sarbu | |
Now also requires guarding for bootstrapping to not bring in grpc. |