Richard Dingwall

Results 3 comments of Richard Dingwall

If nsqd encountered `EMFILE` or `ENFILE` on a diskqueue file, I would expect the behaviour to be something along the lines of: - Client publishes a message: return an error...

Hi @voltagex, did you ever end up solving this? I was thinking something along the lines of: ``` [ElmahHandleErrorApi(Include.AllExcept, 404, 403, 401)] [ElmahHandleErrorApi(Include.AllExcept, HttpErrorCodeRange.5xx, HttpErrorCodeRange.4xx)] [ElmahHandleErrorApi(Include.Only, HttpErrorCodeRange.5xx)] ``` Or multiple...

It is a little bit unclear how `MaxScale` works at the moment. Consider this example: https://play.golang.org/p/Sv-m8pU3N60 ```go package main import ( "fmt" "github.com/ericlagergren/decimal" ) func main() { ctx := decimal.Context{...