I tried to create an AI prototye, but the rollouts always fail. And the FirebaseStudio couldn’t fix the errors even when I type in the logs.
I followed the tips of someone here!! It worked!!
Just create an file with this name: apphosting.yaml
and insert this:
runConfig:
minInstances: 0
maxInstances: 8
##concurrency: 100
##cpu: 2
##memoryMiB: 1024
it worked like a charm!!!
2 Likes
You are right. I have been battling this rollout for sometime now but i tried your trick and its actually a charm as you said