"When new mail arrives (V3)" performance

Cornelius Schreuer 67 Reputation points
2020-09-25T00:19:40.513+00:00

office365
The documentation for the trigger mentions that in most cases trigger response should be almost immediate and while delays may occur, they should not generally be expected. However, my experience so far has been, that response time in most cases lies between 1 and 3 minutes. We have upgraded our free tier to basic or above components, but so far have been unable to improve performance. Is there a way to speed up trigger response?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,829 questions
{count} votes

Accepted answer
  1. Pramod Valavala 20,516 Reputation points Microsoft Employee
    2020-09-25T05:31:23.323+00:00

    Based on this deprecation notice in the docs, looks like the triggers are polling based for the time being.

    In the meantime, you could setup notifications to call a HTTP Triggered logic app while being aware of the changes mentioned to them, if they would affect your scenario.

    Also, as mentioned in the blog, you could use app tokens to create the subscriptions as they are not affected. Logic Apps uses user tokens (from the OAuth login), which are affected by these changes.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful