Lucas Roesler

Results 126 comments of Lucas Roesler

Probably the simplest way to verify it is to send a message somewhere, e.g. to [RequestBin](https://requestbin.fullcontact.com/) . If you are certain that your shutdown hook runs on SIGTERM _and_ If...

I think we can consider increasing or even allowing the buffer size to be controlled via an env variable. Even LogStash (in ELK) has a max buffer size https://www.elastic.co/guide/en/logstash/current/plugins-inputs-udp.html#plugins-inputs-udp-buffer_size Looking...

@everesio I agree, a long log line should not stop the watchdog from working. My main point above is that it seems reasonable to have a buffer and to allow...

I just read the https://github.com/hashicorp/terraform/issues/20325 it looks like something we could replicate in https://github.com/openfaas/of-watchdog/blob/master/executor/logging.go

I started adapting the terraform patch, and it is definitely a bit messy because of the internal use of `logger`, I have an idea for how to work around it...

@everesio give this a try https://github.com/openfaas/of-watchdog/pull/107

> Whilst I think this patch should be merged, it does also add a lot of complexity and maintenance overhead. > > Would making the total buffer size configurable per...

@alexellis without a sidecar, how would the request to `/` be sent?

@alexellis i was just looking at this when I saw your message. The docker image is reasonably 22.2MB , it is a go based project, ``` auyer/fn-steganography latest 99ebed771e09 4...

@auyer yes, is it possible to check the message in the image without using the function?