Jean Jacques Warmerdam
Jean Jacques Warmerdam
Running into this exact problem as well. But reading the flow of the code it makes total sense that the `unlink()` call can fail when there's two requests simultaneously accessing...
Nice thanks!
Thanks for looking into this! Is this something that I need to work around in my implementation or something I can expect an update of the library for? Just want...
Thanks @bojeil-google, I'll implement a workaround for the time being then. Not entirely sure how to get the service account email properly when running with workload identity though, could you...
Thanks @bojeil-google, but that method seems to be unavailable for the `Compute` client I receive as the default client. I've used the following implementation for now, which is far from...
@bojeil-google I'm using workload identity as described [here](https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity) to run workloads that have a provided Google Service Account, when I use the nodejs client I'm provided with a `Compute` client...
If there's any need for help I'd be willing to spend some time on this as well, or are you still picking this up @davidism?
Still seeing this in the latest version, am I really the only one running into this?