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

Make zoom-meeting-webhook-handler participant.joined and participant.left retry logic into a background function #21

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on May 1, 2024

  1. Put participant.joined and participant.left retry logic into a ba…

    …ckground function
    
    This change makes it so we fire off a request to the participant
    joined/left retry logic in a background function then return immediately
    to zoom in zoom-meeting-webhook-handler so zoom doesn't send a retry
    request
    
    Currently, we perform retry logic within the initial zoom request in
    zoom-meeting-webhook-handler, which is ostensibly causing zoom to time
    out
    ebanner committed May 1, 2024
    Configuration menu
    Copy the full SHA
    458d29a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bc6788 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Add error checking code

    ebanner committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    2e9b362 View commit details
    Browse the repository at this point in the history