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.
add a debug point in first line of the function Google Chrome at chrome://inspect
call the background function
functions call myFunction --data='{"data":"eyJp..."}'
control stops at the breakpoint but after a minute or so it crashes with the following message in console.
ExecutionId: d3a5ff97-4ea1-4416-97e7-b6ac08043bd8
Error: { error:
{ code: 500,
status: 'INTERNAL',
message: 'function execution attempt timed out' } }
Is there a way I could increase the timeout because debugging can take several minutes. any workaround?
Following these steps will guarantee the quickest resolution possible.
Thanks!
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.
Thanks for stopping by to let us know something could be better!
Please run down the following list and make sure you've tried the usual "quick
fixes":
functions --help
orfunctions-emulator --help
If you are still having issues, please be sure to include as much information as
possible:
Environment details
Steps to reproduce
functions deploy myFunction --trigger-topic mytopic --entry-point setStatus
functions call myFunction --data='{"data":"eyJp..."}'
ExecutionId: d3a5ff97-4ea1-4416-97e7-b6ac08043bd8
Error: { error:
{ code: 500,
status: 'INTERNAL',
message: 'function execution attempt timed out' } }
Is there a way I could increase the timeout because debugging can take several minutes. any workaround?
Following these steps will guarantee the quickest resolution possible.
Thanks!
The text was updated successfully, but these errors were encountered: