-
Notifications
You must be signed in to change notification settings - Fork 1
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
ENCOUNTER_CREATED
and ENCOUNTER_UPDATED
events not reliably firing
#405
Comments
I cannot re-create this in our DEV instance only PROD |
+1, almost seems like our webhooks or even the events themselves are being rate limited in production. |
@fage88 @amacgill0802 do you by chance know around what times you were seeing this behavior? I want to rule out any infrastructure possibilities. cc @djantzen |
@jpatcanvas 02/11/2025 - 01:18 pm to 02/11/2025 - 08:40 pm ET |
@fage88 @amacgill0802 going to close this issue for now since it couldn't be reproduced today during the pairing session. If after redeploy you see that it happens again, we can re-investigate. |
@fage88 @amacgill0802 ignore my earlier comment. Reopened. Team is investigating something else related to events firing. |
We added a plugin that fires on
ENCOUNTER_CREATED
andENCOUNTER_UPDATED
events.Our plugin gets an oauth2 token then makes a webhook call to our API.
It will work for a while but then just stop executing and randomly start working again.
I have tailed the logs and have not seen any errors to help identify the issue.
We were using 0.16.0 of the SDK, we then upgraded to 0.18.0 and are still seeing issues
The text was updated successfully, but these errors were encountered: