Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

meeting.started event send duplicate posts to the #co-working-room #15

Open
meg-gutshall opened this issue May 29, 2023 · 1 comment · May be fixed by #21
Open

meeting.started event send duplicate posts to the #co-working-room #15

meg-gutshall opened this issue May 29, 2023 · 1 comment · May be fixed by #21

Comments

@meg-gutshall
Copy link

What Happened?

When a new co-working session is started, many times the zoom-meeting-webhook-handler triggers the meeting.started event twice. Then, when the session is ended, the meeting.ended event is triggered once for the second post in #co-working-room.

co-working-room-duplicate-posts

Steps to Reproduce

It happens randomly, but evidence of the issue can be seen by scrolling through the #co-working-room Slack channel history.

@jamesrascal
Copy link

I am making some assumptions here but I have seen this similar issue when using the slack buttons in messages. The response back from the server needs to happen within 3 seconds or slack will retry, resulting in doubling messages (https://api.slack.com/interactivity/handling#acknowledgment_response). I have seen this issue happen when using a function as a service (like AWS lambda) where the cold start time of the container exceeds the wait time for the slack messages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants