Skip to content

Commit ce059f9

Browse files
author
ecfan
committed
Update with min polling interval
1 parent d124ea0 commit ce059f9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
297 Bytes
Loading

articles/logic-apps/quickstart-create-example-consumption-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ This example uses an RSS trigger that checks an RSS feed, based on the specified
128128
|----------|----------|-------|-------------|
129129
| **The RSS feed URL** | Yes | <*RSS-feed-URL*> | The RSS feed URL to monitor. <br><br>This example uses the Wall Street Journal's RSS feed at **https://feeds.a.dj.com/rss/RSSMarketsMain.xml**. However, you can use any RSS feed that doesn't require HTTP authorization. Choose an RSS feed that publishes frequently, so you can easily test your workflow. |
130130
| **Chosen Property Will Be Used To Determine Which Items are New** | No | **PublishDate** | The property that determines which items are new. |
131-
| **Interval** | Yes | **1** | The number of intervals to wait between feed checks. <br><br>This example uses **1** as the interval. |
131+
| **Interval** | Yes | **30** | The number of intervals to wait between feed checks. <br><br>This example uses **30** as the interval because this value is the [minimum interval for the **RSS** trigger](/connectors/rss/#general-limits). |
132132
| **Frequency** | Yes | **Minute** | The unit of frequency to use for every interval. <br><br>This example uses **Minute** as the frequency. |
133133
| **Time Zone** | No | <*time-zone*> | The time zone to use for checking the RSS feed |
134134
| **Start Time** | No | <*start-time*> | The start time to use for checking the RSS feed |

0 commit comments

Comments
 (0)