Ahmet Alp Balkan
Ahmet Alp Balkan
@ysoftman I don't think your recommendation helped (in fact it made the execution time worse for some reason). Given the repro I provided above, I ran these additional commands: ```...
Please provide more information. How big is the file, how long does it take, how are you loading the file?
Most metrics libraries have flush() methods that can be called before container shuts down via a SIGTERM signal. Consider using that facility. There's a feature in preview that keeps the...
WebSockets or gRPC are still HTTP requests. Similarly, Eventarc also delivers over HTTP (in cloudevents format). So I think the only revision needed is to add Eventarc next to Pub/Sub.
@wuyafang the question is unclear to me. Warm containers are charged at the specified rate as long as they stay around, even though they can't use the CPU (because there...
I think mostly your app crashing mid-request.
Your analysis is correct. We recommend doing the same for distributed traces. 
Warm containers don't mean their cpu is allocated. So you can still lose logs if they're not getting requests when the log flush timer fires.
There's a feature in the works to address this. You still can't have private IPs but there are ways to ensure things are accessible only within the VPC. Keep an...