Project

Profile

Help

Issue #6413

Updated by ttereshc about 4 years ago

~~~ 
 <30>1 2020-02-20T13:46:05.865763-05:00    pulp - - - pulp_rpm.plugins.importers.yum.sync:INFO: [239daeac] Downloading metadata from https://download.postgresql.org/pub/repos/yum/12/redhat/rhel-7-x86_64/ 
 <30>1 2020-02-20T13:46:05.869863-05:00    pulp - - - requests.packages.urllib3.connectionpool:INFO: Starting new HTTPS connection (1): download.postgresql.org 
 <28>1 2020-02-20T13:46:06.100118-05:00    pulp - - - requests.packages.urllib3.connectionpool:WARNING: Retrying (Retry(total=4, connect=5, read=5, redirect=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', error('Tunnel connection failed: 407 Proxy Authentication Required',))': /pub/repos/yum/12/redhat/rhel-7-x86_64/repodata/repomd.xml 
 <30>1 2020-02-20T13:46:06.100601-05:00    pulp - - - requests.packages.urllib3.connectionpool:INFO: Starting new HTTPS connection (2): download.postgresql.org 
 ~~~ 

 A solution could be to fail a task immediately without retrying. 

Back