File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -421,9 +421,9 @@ GitLab server can sometimes return a transient HTTP error.
421421python-gitlab can automatically retry in such case, when
422422``retry_transient_errors `` argument is set to ``True ``.  When enabled,
423423HTTP error codes 500 (Internal Server Error), 502 (502 Bad Gateway),
424- 503 (Service Unavailable), and 504 (Gateway Timeout) are retried.  By 
425- default an exception  is raised for these errors. 
426- It will retry until reaching ` max_retries ` value .
424+ 503 (Service Unavailable), and 504 (Gateway Timeout) are retried. It will retry until reaching 
425+ the ` max_retries ` value. By default, ` retry_transient_errors `  is set to ` False ` and an exception 
426+ is raised for these errors .
427427
428428.. code-block :: python 
429429
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments