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
Functions should allow setting a timeout. Currently the default is 70s, and there can be cases where function calls can take longer (eg: large LLM calls).
Should be pretty straightforward with HttpsCallableOptions
Plugin(s)
Current problem
Functions should allow setting a timeout. Currently the default is 70s, and there can be cases where function calls can take longer (eg: large LLM calls).
Should be pretty straightforward with HttpsCallableOptions
Preferred solution
Something like this - ed8071a
Alternative options
No response
Additional context
No response
Before submitting
The text was updated successfully, but these errors were encountered: