Brendan Roy

Results 7 comments of Brendan Roy

> A related idea is providing a context to jobs which provides that sort of information in it, and which can be used for cancelation (e.g. calling cron.Stop() cancels the...

@seantcanavan You could, but then you're taking all the risks and issues associated with running your program as root. Unless there's something specific that's stopping you from using the workaround...

This would be quite useful for us, what can I do to help get this started?

Sure. I have two use-cases: We have a gRPC interceptor which will automatically log request content under certain conditions (request failure, latency, etc). We very much like this approach because...

Thanks for the reply. I had a stab at implementing what you described, but I ran into some issues. We implement a wrapper around a logging implementation to support the...

>In general we moved away from struct tags in favor of protoreflect API. Thanks for elaborating on this. I was wondering if it would have been possible to implement the...

Unfortunately I can't open your link - it appears to be google internal. The excerpt you posted makes sense though. Would love to be able to read more of that...