kaxil commented on issue #5043: [AIRFLOW-4236] Add num_retries to 
MySqlToGoogleCloudStorageOperator
URL: https://github.com/apache/airflow/pull/5043#issuecomment-482289608
 
 
   @OmerJog 
   
   > Upload requests will be automatically retried.
   
   From 
https://github.com/googleapis/google-cloud-python/blob/master/storage/google/cloud/storage/blob.py#L87
 :
   ```
   "`num_retries` has been deprecated and will be removed in a future "
       "release. The default behavior (when `num_retries` is not specified) 
when "
       "a transient error (e.g. 429 Too Many Requests or 500 Internal Server "
       "Error) occurs will be as follows: upload requests will be automatically 
"
       "retried. Subsequent retries will be sent after waiting 1, 2, 4, 8, etc. 
"
       "seconds (exponential backoff) until 10 minutes of wait time have "
       "elapsed. At that point, there will be no more attempts to retry."
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to