Nick Muerdter

Results 86 comments of Nick Muerdter

How have you installed nginx? Is it via [OpenResty](http://openresty.org/en/), or are you running stock nginx plus the [ngx_lua](https://github.com/openresty/lua-nginx-module) module? In general, I'd recommend OpenResty, since that's what this is tested...

@luto: Sorry for the delay. But yeah, this is a great idea, it's just not something I've personally hit the need for yet. I'll try to look into implementing it...

Owch, sorry to hear this led to an outage! I unfortunately haven't seen anything like this in our installation that gets a decent amount of traffic (since the incident from...

Sorry for the delayed followup! After searching around some more, I have some theories on what might be happening: - The fact that you're seeing "exited on signal 9" errors,...

@ajmgh: I'm not entirely certain if it's related, but I think I tracked down some potential problems that could lead to strange errors if the configured `lua_shared_dict` memory size was...

@teoljungberg: Sorry for the delay, but I've rebased with `master`, and it looks like that's fixed the `standard` linting now. Semi-related, I thought I had this passing the standard tests...

Possibly related: I've submitted a pull request at #32 that changes mora's output to use MongoDB's [extended JSON specification](http://docs.mongodb.org/manual/reference/mongodb-extended-json/). It also allows for querying using the extended JSON spec. I've...

No worries or rush on your holiday. Thanks for the pointer on the magiconair/properties library. I've submitted a pull request using that library instead, and that seems to be working...

Since I saw 9.2.3 was out, I thought I'd give this another test, but just to confirm, I'm still seeing the same broken connection errors in 9.2.3 as I did...

I can confirm we hit the same thing after upgrading to jruby-1.7.22. In our case, the SMTP server was also over port 25, but should be supporting STARTTLS (it's Mandrill's...