Duplicate Notifications from Outlook Push Notifications REST API

Anuj Kamboj 11 Reputation points
2021-10-07T13:31:03.893+00:00

Hi,

I have implemented an integration with Outlook API. We are using the Notifications Rest API to get the notifications on any changes on the users mailbox. It was working fine since quite long time but all of sudden since yesterday, duplicate notification are coming repeatedly. One message notification is coming 20-30 times on webhook. Could you please guide us what is this issue can be? Thank you 138591-screenshot-from-2021-10-07-17-16-22.png

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,553 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. arry 0 Reputation points
    2023-02-18T00:31:16.29+00:00

    I too have this issue however not as extreme. For now I have mitigated this issue by implementing a locking mechanism in our distributed task queue. Our duplicate notifications come in within sub 100ms of one another so this approach has worked well for us.

    0 comments No comments