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
I suspect the onWrite Firestore triggers are to blame, when they are running for 30+ second polling for SendGrid, together with the divergent FIFO behavior of of --inspect-functions:
--inspect-functions debug_port Optional. Use with the Cloud Functions emulator to enable breakpoint debugging of functions at the specified port (or the default port 9229 if argument omitted). Note that when this flag is supplied, the Cloud Functions emulator switches to a special serialized execution mode in which functions are executed in a single process, in sequential (FIFO) order; this simplifies function debugging, though the behavior differs from multi-process, parallel execution of functions in the cloud.
Maybe we can check the Emulator REST API Enable / Disable Background Function Triggers docs & automate disabling these triggers for debugging flows where they are not
The text was updated successfully, but these errors were encountered:
I suspect the
onWrite
Firestore triggers are to blame, when they are running for 30+ second polling for SendGrid, together with the divergent FIFO behavior of of--inspect-functions
:Maybe we can check the Emulator REST API
Enable / Disable Background Function Triggers
docs & automate disabling these triggers for debugging flows where they are notThe text was updated successfully, but these errors were encountered: