Marian Lobur

Results 4 comments of Marian Lobur

Sure: ```go projectID, err := gce.ProjectID() if err != nil { glog.Fatalf("Failed to fetch projectID: %v", err) } client, err := logging.NewClient(context.Background(), projectID) if err != nil { glog.Fatalf("Failed to...

My concern related to the second approach is that only one known issue was discovered, and we don't have any guarantees that something else is not going to happen in...

@nicoleczhu Is there any suggestion how to organize retries in better way, I mean with more meaningful deadline?