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


##########
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
+            ``timedelta``.

Review Comment:
   ```suggestion
           :param max_wait: maximum wait interval between pokes, can be 
``timedelta`` or ``float`` seconds
   ```



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to