Charanjeet Singh
Charanjeet Singh
hello @lightiverson The issue is with your implementation of connection pool logic nothing to do with twilio-python. you can try blocking new connection when connection pool is full. you can...
@lightiverson can you please update to latest version of twilio-python. We are not supporting 7.X version.
@lightiverson We can't remove this snippet, It limits maximum pool size. you can set max_worker parameter in concurrent.futures.ThreadPoolExecutor.
@lightiverson Sorry for misunderstanding, you can raise the pull request. It will take next 10-11 days to be visible in next release. Meanwhile, you can change max_workers to equal or...
Hello @hklchung Can you please refer this end-end test [link](https://github.com/twilio/twilio-python/blob/main/tests/cluster/test_webhook.py)? Let me know if this helps.
@hklchung did you use this [guide](https://www.twilio.com/docs/usage/tutorials/how-to-secure-your-flask-app-by-validating-incoming-twilio-requests) ?
hello @hklchung It's working for me. Following are the steps followed by me 1. setup ngrok - run ngrok config command ( ngrok config add-authtoken XXXXXXXXX). here XXXXXX is your...
This issue has been added to our internal backlog to be prioritized. Pull requests and +1s on the issue summary will help it move up the backlog.