Cannot process more than 5 tweets in Azure Logic Apps

Priyal Nile 1 Reputation point
2021-02-06T16:39:36.32+00:00

I want to process more than 5 tweets in the Azure Logic Apps. Although I set the parameter in When a new tweet is posted "How often do you want to check for items?" as 1 second, the actual processing occurs after an hour. and after each hour, it only stores 5 tweets. If I retrigger manually then it can store 6/7 tweets but not all the tweets that are getting tweeted in real-time.

Can someone please help?

Thanks.

Priyal

Azure SQL Database
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,946 questions
Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
376 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,531 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Kamlesh Kumar 3,861 Reputation points
    2021-02-07T12:01:44.493+00:00

    Hi Priyal,

    Thank you for posting your question on the Q&A platform,

    The Twitter logic app connector documentation page provides details on the limitations it comes with. One of the main limiting factors is "Frequency of trigger polls: 1 hour", meaning the logic app will trigger only once an hour.

    0 comments No comments