Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Users observed that you can increase the timeout value of an event-driven v2 Cloud Function about the maximum value listed in the documentation [1]. If you deploy an event-driven v2 Cloud Function with a timeout value above 540 seconds (the maximum as per the documentation), the command fails, returning an output stating that the maximum timeout allowed is 540 seconds. If instead of that, you deploy the CF without setting a timeout value, then you can change the timeout value through the UI to a larger one, for example 1700 seconds.
#### How this might work:
Both the Cloud console and the gcloud command should not allow for such an update to occur. This could be done by introducing a validation of the timeout value.
[1]