Reputation: 187
I am testing Azure Logic apps for a used case where I want to parse new tweets and write them to SQL. The flow works seamlessly. But the problem is that although I have selected 1 sec for "How often do you want to check for items?" field, it seems triggers are not fired automatically. I have to press Run Trigger to to capture new tweets. Is there any idea how to overcome this problem? Thank you
Upvotes: 2
Views: 3450
Reputation: 15724
The "How often do you want to check for items" means the trigger will check if a new tweet was posted every 1 second but not run every 1 second. If the problem is not caused by misunderstanding, please check if any of the following limits are not met:
You can find more information on this tutorial.
Upvotes: 1