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/19 18:14:53 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #5117: [AIRFLOW-4335] Add default num_retries to GCP connection

mik-laj commented on a change in pull request #5117: [AIRFLOW-4335] Add default num_retries to GCP connection
URL: https://github.com/apache/airflow/pull/5117#discussion_r277055096
 
 

 ##########
 File path: docs/howto/connection/gcp.rst
 ##########
 @@ -71,6 +71,12 @@ Scopes (comma separated)
         issue `AIRFLOW-2522
         <https://issues.apache.org/jira/browse/AIRFLOW-2522>`_.
 
+Number of Retries
+    Integer, number of times to retry with randomized
+    exponential backoff. If all retries fail, the HttpError
 
 Review comment:
   Can you use the class role to create a link to the documentation
   Example:
   ```
   AAA :class:`~airflow.HttpError` BBBB
   ```
   Reference: 
   http://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html

----------------------------------------------------------------
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