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 2020/05/18 08:41:31 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #8824: Make 'time_to_sleep_in_seconds' in dlp.py configurable

mik-laj commented on a change in pull request #8824:
URL: https://github.com/apache/airflow/pull/8824#discussion_r426461391



##########
File path: airflow/providers/google/cloud/hooks/dlp.py
##########
@@ -180,6 +178,7 @@ def create_dlp_job(
         timeout: Optional[float] = None,
         metadata: Optional[Sequence[Tuple[str, str]]] = None,
         wait_until_finished: bool = True,
+        time_to_sleep_in_seconds: int = 1

Review comment:
       ```suggestion
           time_to_sleep_in_seconds: int = 60
   ```




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