David Kirchner

Results 17 comments of David Kirchner

Will this patch be merged in with net_gearman? It looks like it'd be really useful.

Ahh, interesting. It looks like it kind of petered out there. I'll likely end up wrapping Gearman up with a local library so that whatever ends up happening I can...

I haven't been running this in production yet but the _temp_path parameters you've specified work as expected. I ended up sending logs to stdout, which might be a good default...

I see in the original comment that this will not shade GRPC but a later comment says it will (in a future commit) -- is that still the case? For...

Is this issue intended to track or resolve the reconnect issues from #979 and #770 in addition to the disconnects?

Something I've noticed is that, at least for the resources I'm using, the annotation differences actually cause a *replace* rather than an update in place. The resource I'm using is...

A partial workaround for this is to pull down your state file (`terraform state pull`), find the `tls_cert_request.example` resource, and copy the values in the `subject` object over to your...

I wonder if the `private_key_pem` update is a red herring. I'm seeing changes to `cert_request_pem` that are reported as changes from a checksum to a CSR: ``` ~ ca_cert_pem =...

I've committed a fix to a local copy of the provider. It seems to work but I don't know if it is doing it right. The problem: The state file...

Seems like this is the commit: https://github.com/GoogleCloudPlatform/cloud-build-notifiers/commit/b0668daa20c1f653e240545f8a289f12b027fab1 In which case, I'm wondering if one of the variables being passed to the template is has embedded quotes that need to be...