emkay
emkay

Reputation: 187

Azure Logic Apps Trigger not fired

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

Answers (1)

Hury Shen
Hury Shen

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: enter image description here

You can find more information on this tutorial.

Upvotes: 1

Related Questions