You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/04/11 20:00:07 UTC

[GitHub] [airflow] kaxil edited a comment on issue #5043: [AIRFLOW-4236] Add num_retries to MySqlToGoogleCloudStorageOperator

kaxil edited a comment on issue #5043: [AIRFLOW-4236] Add num_retries to MySqlToGoogleCloudStorageOperator
URL: https://github.com/apache/airflow/pull/5043#issuecomment-482289608
 
 
   @OmerJog Sorry, I should have included it in the Uploading.md
   
   > 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:
users@infra.apache.org


With regards,
Apache Git Services