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 2022/11/10 18:21:05 UTC

[GitHub] [airflow] eladkal commented on a diff in pull request #27597: add an argument to limit the wait interval between pokes when exponential_backoff is on

eladkal commented on code in PR #27597:
URL: https://github.com/apache/airflow/pull/27597#discussion_r1019473571


##########
airflow/decorators/__init__.pyi:
##########
@@ -444,6 +445,9 @@ class TaskDecoratorCollection:
             prevent too much load on the scheduler.
         :param exponential_backoff: allow progressive longer waits between
             pokes by using exponential backoff algorithm
+        :param max_wait: maximum wait interval between pokes, can be set as
+            ``timedelta`` or ``float`` seconds, which will be converted into

Review Comment:
   How is that diffrent from poke_interval?



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

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org