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

[BUG] - Rate limit exceeded with Vonage sandbox #177

Closed
laurentlp opened this issue Sep 17, 2021 · 0 comments · Fixed by #176
Closed

[BUG] - Rate limit exceeded with Vonage sandbox #177

laurentlp opened this issue Sep 17, 2021 · 0 comments · Fixed by #176

Comments

@laurentlp
Copy link
Contributor

Describe the bug
When configuring Vonage to use the testing API (sandbox), we can easily exceed the rate limit defined by the sandbox.

To Reproduce
Steps to reproduce the behavior:

  1. Configure Vonage and make sure "useTestingApi" is set to true.
  2. Send multiple messages back to the user in one go.
  3. You will see a 429 too many requests error in the console.

Expected behavior
The messaging server should make sure that we respect the one-second rate limiter that Vonage's testing API enforces.

Screenshots

Screenshot from 2021-09-17 14-02-47

Environment (please complete the following information):

  • OS: Linux (Arch)
  • Browser Chrome
  • Browser Version 93.0.4577.82
  • Botpress Version 12.26.2
  • NodeJS 12.13

Additional context
N/A

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

Successfully merging a pull request may close this issue.

1 participant