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

Inconsistency in the server response status between emulator and the deployed cloud function #199

Open
ShafinKhadem opened this issue Oct 3, 2022 · 0 comments
Labels
enhancement New feature or request P3

Comments

@ShafinKhadem
Copy link

According to Retrying event-driven functions - Google Cloud Functions Documentation:

When retries are not enabled for a function, which is the default, the function always reports that it executed successfully, and returns 200 OK response. This occurs even if the function encountered an error.

There's no way to replicate this behavior locally. Please add a CLI flag like --no-error which would replicate this behavior.

@ShafinKhadem ShafinKhadem changed the title Inconsistency in the server status between emulator and the deployed cloud function Inconsistency in the server response status between emulator and the deployed cloud function Oct 3, 2022
@josephlewis42 josephlewis42 added enhancement New feature or request P3 labels Mar 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P3
Projects
None yet
Development

No branches or pull requests

2 participants