-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Adding new prop for requestTimeout for Azure SQL #14344
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 3 Skipped Deployments
|
|
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HI @malexanderlim lgtm! Ready for QA!
|
Hi @sergio-eliot-rodriguez @malexanderlim, I'm testing this ticket and can not conenct to the test database I've created a VPC with static IP: Aside from that, I've created a ticket here to allow self-signed cert for local testing: #14349 |
|
@vunguyenhung , I've added the IP address to the allowlist. Let me know if this works now for you! |
|
Hi @malexanderlim, I couldn't connect to the sandbox database On another note, when I saved the account and try to fetch the Table, the error indicated that it tries to connect from other IPs such as Could you check again when you have time? |
|
Hi everyone, all test cases are passed! Ready for release! |
* Adding new prop for requestTimeout. * App file changes and other actions. * Adding comments back in. * Version bumps.



See example workflow (Test Request Timeout step) for testing the prop.
WHY
Per the feedback here, we should create a requestTimeout prop to make the query timeout window configurable. It used to default to 30s, then we bumped to 60s, but if a user needs to configure this to be longer than 60s, they should be able to for maximum flexibility.