Skip to content

Increases timeout for function operations. #3150

New issue

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

Merged
merged 2 commits into from
Feb 22, 2021
Merged

Increases timeout for function operations. #3150

merged 2 commits into from
Feb 22, 2021

Conversation

mbleigh
Copy link
Contributor

@mbleigh mbleigh commented Feb 19, 2021

A customer reported issues with deploys timing out. When I asked them to investigate closer, it appears that the CLI is timing out but the build does eventually succeed. Increasing the operation timeout to the actual backend limit to avoid false failures.

Fixes #3147

@google-cla google-cla bot added the cla: yes Manual indication that this has passed CLA. label Feb 19, 2021
@mbleigh mbleigh requested a review from joehan February 19, 2021 21:28
@dgobaud
Copy link

dgobaud commented Feb 19, 2021

yes please merge and release a new version - thank you! it times out almost every time :(

@joehan
Copy link
Contributor

joehan commented Feb 22, 2021

LGTM - sorta duplicates #3148, but i think we want to merge that one as well since it has another small bugfix.

@mbleigh
Copy link
Contributor Author

mbleigh commented Feb 22, 2021

Ah, I didn't see that you already had a pending PR for this. How about you edit your PR to just be about the other change (and I'll keep this one since 25m is the backend timeout)?

@mbleigh mbleigh merged commit 3fb938f into master Feb 22, 2021
@mbleigh mbleigh deleted the mb-fn-timeout branch February 22, 2021 17:39
devpeerapong pushed a commit to devpeerapong/firebase-tools that referenced this pull request Dec 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Manual indication that this has passed CLA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

firebase deploy --only functions:oneFunction fails but function is deployed successfully
4 participants