buildgrid.client.retrier module

class buildgrid.client.retrier.GrpcRetrier(retries: int, max_backoff: int = 64, should_backoff: bool = True)

Bases: object

retry(func: Callable[[...], T], *args: Any, **kwargs: Any) T