You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When deploying lots of Functions and Assets it is possible to run up against the enforced concurrency limits of the Twilio API. You can limit the concurrency and set how many times the library retries API requests using environment variables.
48
+
49
+
The default concurrency is 50 and the default number of retries is 10. You can change this by setting environment variables. The following would set concurrency to 1, only 1 live request at a time, and retries to 0, so if it fails it won't retry.
This project welcomes contributions from the community. Please see the [`CONTRIBUTING.md`](CONTRIBUTING.md) file for more details.
346
357
347
-
## Code of Conduct
358
+
###Code of Conduct
348
359
349
360
Please be aware that this project has a [Code of Conduct](https://github.com/twilio-labs/.github/blob/master/CODE_OF_CONDUCT.md). The tldr; is to just be excellent to each other ❤️
350
361
351
-
## Contributors
362
+
###Contributors
352
363
353
364
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
354
365
@@ -366,6 +377,6 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
366
377
367
378
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
0 commit comments