We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a104212 + bd5922d commit 8c1bab7Copy full SHA for 8c1bab7
src/firebase_functions/options.py
@@ -126,7 +126,7 @@ class RuntimeOptions:
126
The minimum timeout for a gen 2 function is 1s. The maximum timeout for a
127
function depends on the type of function: Event handling functions have a
128
maximum timeout of 540s (9 minutes). HTTPS and callable functions have a
129
- maximum timeout of 36,00s (1 hour). Task queue functions have a maximum
+ maximum timeout of 3,600s (1 hour). Task queue functions have a maximum
130
timeout of 1,800s (30 minutes)
131
"""
132
0 commit comments