Delay on the Flexmatch events notifications to SNS topics

0

We notice about 60 seconds delay between the server completing starting the game session and SNS receiving the FlexMatch event notifications. For example, the following image from the server log shows the server completed starting the game session at 03:42:21, however the SNS executed the lambda function at around 03:43:20. Enter image description here

Any suggestion or advice is greatly appreciated.

1개 답변
0

Hi, to better understand your issue, you should (if not done yet) configure the SNS support to log the delivery status of notification messages sent to topics (Lambda is supported): see https://docs.aws.amazon.com/sns/latest/dg/sns-topic-attributes.html

It may be possible that you get the SNS notification only after some retries: see corresponding retry policies at https://docs.aws.amazon.com/sns/latest/dg/sns-message-delivery-retries.html

So, having the notification log messages will help you determining if you are in retry case and why or the other root cause.

Best,

Didier

profile pictureAWS
전문가
답변함 9달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠