We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22244c9 commit e588f2bCopy full SHA for e588f2b
1 file changed
src/v2/options.ts
@@ -192,8 +192,10 @@ export interface GlobalOptions {
192
* HTTPS functions can specify a higher timeout.
193
*
194
* @remarks
195
- * The minimum timeout for a 2nd gen function is 1s. The maximum timeout for a
196
- * function depends on the type of function: Event handling functions have a
+ * The minimum timeout for a 2nd gen (and 1st gen) function is 0s; this has the precise
+ * meaning of being 'un-set' and ends up defaulting to 60s.
197
+ * The maximum timeout for a function depends on the type of function:
198
+ * Event handling functions have a
199
* maximum timeout of 540s (9 minutes). HTTPS and callable functions have a
200
* maximum timeout of 3,600s (1 hour). Task queue functions have a maximum
201
* timeout of 1,800s (30 minutes).
0 commit comments