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.
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