Skip to content
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

function deploy Quota Exceeded error not considered error #7949

Open
ottob opened this issue Nov 14, 2024 · 1 comment
Open

function deploy Quota Exceeded error not considered error #7949

ottob opened this issue Nov 14, 2024 · 1 comment
Assignees
Labels

Comments

@ottob
Copy link

ottob commented Nov 14, 2024

[REQUIRED] Environment info

firebase-tools: 13.25.0

Platform: Ubuntu (GitHub action)

[REQUIRED] Test case

n/a. we have 100 functions in this deploy.

[REQUIRED] Steps to reproduce

deploy functions (and hosting)

[REQUIRED] Expected behavior

the deploy should exit with an error code

[REQUIRED] Actual behavior

⚠ functions: got "Quota Exceeded" error while trying to update projects/ourproject-dev/locations/europe-west3/functions/staticIpGateway. Waiting to retry...

the deployment looks successful (green in CI, I assume exit code was 0), but the affected function was not deployed. And the deploy did not continue with the hosting deploy.

@colerogers
Copy link
Contributor

Hi @ottob I'm not able to reproduce this on my end. Are you sure the exit code was 0 for the function deployment? Since you mention that the Hosting deploy did not start, I'm inclined to believe that it was non-zero output from the functions and WAI.

@colerogers colerogers added the Needs: Author Feedback Issues awaiting author feedback label Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants