Open rhamzeh opened 3 months ago
I'd like to pick this up π Nevermind I see there is a PR for this already π
@Oscmage you have a draft PR for this - are you still working on it?
If not, would you mind if @ryanpq steps in to help take it to completion?
Please be my guest!
I've revised the updates in the PR to use milliseconds as advised for consistency across sdks while still passing second values to requests and urllib3 as they require.
@ryanpq Thanks a lot for taking this all the way.
Checklist
Description
OpenFgaApi methods support passing in a
_request_timeout
: https://github.com/openfga/python-sdk/blob/e82545e8ae2bdd4064ce846d8eb4a11c95359e85/openfga_sdk/sync/open_fga_api.py#L64-L67However the
options_to_kwargs
https://github.com/openfga/python-sdk/blob/e82545e8ae2bdd4064ce846d8eb4a11c95359e85/openfga_sdk/sync/client/client.py#L92-L106 does not pass in that option down from the OpenFgaClient methods to the OpenFgaApi methodsExpectation
A user should be able to set the request timeout on a method.
Note that instead of just allowing passing in
_request_timeout
per method, this should be done like in the Java SDK.Users should be able to configure a default timeout in the Configuration/ClientConfiguration, and override it per method.
Example in Java: https://github.com/openfga/java-sdk/blob/b1e03e523c530824f5921313c2191dc5f6d93af8/src/main/java/dev/openfga/sdk/api/configuration/BaseConfiguration.java#L22-L24
Reproduction
.
OpenFGA SDK version
v0.6.1
OpenFGA version
N/A
SDK Configuration
N/A
Logs
No response
References
https://cloud-native.slack.com/archives/C06G1NNH47N/p1723022081318009