#524 Lookaside cache operations retries
Merged by onosek. Opened by onosek.
onosek/fedpkg lookaside_retries  into  master

Download 524.patch

Both upload and download network operations might fail
and in this case, a retry mechanism was implemented.
In case of failure, there is a delay and another attempt(s).
Delays are increasing with every attempt.
A new key 'lookaside_attempts' in the configuration is there
to parameterize such behavior. It expresses a maximum number
of attempts to try the operation. Without this key, fedpkg will work
the same as before = single attempt.

JIRA: RHELCMP-11210

Signed-off-by: Ondrej Nosek onosek@redhat.com

rebased onto c0380a85df8b6f21c78f21d67f44cf91eed3ff67

rebased onto 594346e01e33c09a21f0aa8a02b3a9f819828599

rebased onto a393a4adce37299181e9b905d161a9d2a2505f19

rebased onto 594346e01e33c09a21f0aa8a02b3a9f819828599

rebased onto 7067453416bbb4bbe0d936e727f9c74e97554c6a

Pull-Request has been merged by onosek

Metadata