restic/internal/backend/retry
Michael Eischer 53d15bcd1b retry: add circuit breaker to load method
If a file exhausts its retry attempts, then it is likely not accessible
the next time. Thus, immediately fail all load calls for that file to
avoid useless retries.
2024-05-18 19:59:26 +02:00
..
backend_retry.go retry: add circuit breaker to load method 2024-05-18 19:59:26 +02:00
backend_retry_test.go retry: add circuit breaker to load method 2024-05-18 19:59:26 +02:00
testing.go Rename unused testing parameter to _ 2023-05-18 21:17:53 +02:00