-
Notifications
You must be signed in to change notification settings - Fork 63
Print domain for activate command #37
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
Labels
Comments
dkundel
added a commit
that referenced
this issue
Jul 19, 2019
dkundel
added a commit
to twilio-labs/serverless-api
that referenced
this issue
Jul 23, 2019
dkundel
added a commit
that referenced
this issue
Aug 10, 2020
dkundel
pushed a commit
that referenced
this issue
Aug 10, 2020
This centralises calls to `got` in the `TwilioServerlessApiClient`. Instead of making calls directly on the `got` client, we now make calls through the `TwilioServerlessApiClient`'s `request` method. This allows us to add concurrency limiting and retry logic to those calls in a central place. * Uses `p-limit` to limit concurrency with a default level of 50 concurrent calls (Twilio limit is 100) * Concurrency is configurable * [Uses `got` to retry failed calls](https://www.npmjs.com/package/got#retry) with a limit of 10 retries (`got` only retries specific failures including 429 errors) Fixes #37. BREAKING CHANGE: the function signature of the individual functions changed. If you only use the methods on the client, nothing should have changed.
dkundel
added a commit
that referenced
this issue
Aug 10, 2020
dkundel
pushed a commit
that referenced
this issue
Aug 10, 2020
This centralises calls to `got` in the `TwilioServerlessApiClient`. Instead of making calls directly on the `got` client, we now make calls through the `TwilioServerlessApiClient`'s `request` method. This allows us to add concurrency limiting and retry logic to those calls in a central place. * Uses `p-limit` to limit concurrency with a default level of 50 concurrent calls (Twilio limit is 100) * Concurrency is configurable * [Uses `got` to retry failed calls](https://www.npmjs.com/package/got#retry) with a limit of 10 retries (`got` only retries specific failures including 429 errors) Fixes #37. BREAKING CHANGE: the function signature of the individual functions changed. If you only use the methods on the client, nothing should have changed.
This was referenced Sep 13, 2021
This was referenced Sep 26, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now it only prints a success message but it should at least print the domain that has been activated
The text was updated successfully, but these errors were encountered: