File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2132,7 +2132,8 @@ The transport has a number of options:
21322132    If ``true `` it logs all HTTP requests and responses (it impacts performance)
21332133
21342134``delete_on_rejection `` (default: ``true ``)
2135-     If ``false `` instead of deleting the message on reject it will instead change the visibility allowing SQS to handle retries.
2135+     If set to ``false ``, the message will not be deleted when rejected. Instead,
2136+     its visibility will be changed so that SQS can handle retries
21362137
21372138``endpoint `` (default: ``https://sqs.eu-west-1.amazonaws.com ``)
21382139    Absolute URL to the SQS service
@@ -2153,7 +2154,8 @@ The transport has a number of options:
21532154    Name of the AWS region
21542155
21552156``retry_delay `` (default: ``0 ``)
2156-     Only used when ``delete_on_rejection `` is set to ``false ``. Defines the visibility timeout sent to SQS when a message is rejected.
2157+     Used only when ``delete_on_rejection `` is ``false ``. Defines the visibility
2158+     timeout (in seconds) that SQS should apply when a message is rejected
21572159
21582160``secret_key ``
21592161    AWS secret key (must be urlencoded)
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments