chiranjeevi-pathipati
chiranjeevi-pathipati
Hi @aalej Thanks for responding, Yes I am following below documentation. https://firebase.google.com/docs/functions/tips#avoid_deployment_timeouts_during_initialization Before running the actual deployment command i am running $export FUNCTIONS_DISCOVERY_TIMEOUT=30 in the PowerShell.
> I wonder if the functions discovery is taking longer that 30s. Does increasing the timeout to 60s(`$export FUNCTIONS_DISCOVERY_TIMEOUT=60`) make a difference? It may also be worth trying to identify...
Hi Everyone, I am using below script before executing the actual deployment script set FUNCTIONS_DISCOVERY_TIMEOUT=90--> I am using windows agent There is no change in the logs before and after...