New email notification is taking a long time after creating a subscription for email using graph API. As per my observation, initially, it takes 4-5 hours after that it's almost real-time. Please let me know what should be the actual behavior, ideally, it should be real-time always.
Below are the subscription details.
{
"id": "8e4cf74c-c331-4f72-9843-bc0f4b29552s",
"resource": "users/5845ce0a-f5ce-4a2f-8412-67ec56b4104f/messages",
"applicationId": "app-id",
"changeType": "created",
"clientState": null,
"notificationUrl": "https://base-url/subscription/10854/notification",
"notificationQueryOptions": null,
"lifecycleNotificationUrl": null,
"expirationDateTime": "2022-04-10T03:23:57.987Z",
"creatorId": "ff749d71-9e76-4536-a8ws-037901832257",
"includeResourceData": null,
"latestSupportedTlsVersion": "v1_2",
"encryptionCertificate": null,
"encryptionCertificateId": null,
"notificationUrlAppId": null
}