You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2019. It is now read-only.
deploy the function by using below command functions deploy <function-name> --entry-point=<function-handler> --trigger-http --timeout=540s
call the function either by the postman or from the browser
When I call this function from the postman it gives the following error after 1 min or so
"Could not get any response", while postman's timeout is infinity
while the same functions run perfectly when deployed to google cloud
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Node js functions emulator timeouts before execution complete even after setting functions timeout to 9 mins
Environment details
Steps to reproduce
create a cloud function with simple code that runs after 2 min of the function's start. Can use the code from this link the one about timeout https://cloud.google.com/functions/docs/concepts/exec
deploy the function by using below command
functions deploy <function-name> --entry-point=<function-handler> --trigger-http --timeout=540s
call the function either by the postman or from the browser
When I call this function from the postman it gives the following error after 1 min or so
"Could not get any response", while postman's timeout is infinity
while the same functions run perfectly when deployed to google cloud
The text was updated successfully, but these errors were encountered: