RNHTTR commented on code in PR #57583:
URL: https://github.com/apache/airflow/pull/57583#discussion_r2482782620


##########
providers/http/docs/triggers.rst:
##########
@@ -30,7 +30,7 @@ enabling event-driven DAGs based on API responses.
 How It Works
 ------------
 
-1. Sends requests to an API.
+1. Sends requests to an API at a frequency determined by ``poll_interval``.

Review Comment:
   ```suggestion
   1. Sends requests to an API every ``poll_interval`` seconds (default 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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to