We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
postgrest-py accepts a timeout parameter from v0.8.0
We don't have an option to set this from supabase-py. So, if the queries run longer than 5s it throws an exception.
The text was updated successfully, but these errors were encountered:
feat: setting timeout for postgrest-py client (supabase#225)
de5aba3
feat: added timeout to options (supabase#225)
136ce25
feat: setting timeout for postgrest-py client. Closes supabase#225
4769dc4
709ad8d
258ddf1
a910474
Successfully merging a pull request may close this issue.
postgrest-py accepts a timeout parameter from v0.8.0
We don't have an option to set this from supabase-py. So, if the queries run longer than 5s it throws an exception.
The text was updated successfully, but these errors were encountered: