Lee Hambley

Results 227 comments of Lee Hambley

> In the medium term, I think the best solution would be to implement an alternative API that doesn't use proxies. I could see that, or find a way not...

+1, lack of custom scalars is a huge blocker for AppSync adoption for us, the whole purpose of GraphQL is expressive type system. We have a "no `String`" policy in...

That's exactly what they'd done, so it was causing pretty hellish problems. They were surprised that it was still running "but we disabled that weeks ago!?", and told me categorically...

Setup was 7 servers, 5 responsible for web. 8 cores (3.+ghz 64bit intel), 12Gb of RAM and all SSDs… the following script was enoguh to cripple the site with the...

`/tmp` wasn't being used, in ~~the nginx config~~ **edit:** it was in the php-fpm pool config they were exporting some variables to PHP-FPM which I think effectively had the effect...

> So what sort of failure? Did they freeze? Segfault? And what sort of signals were being sent. Hard to say, they _locked up_, essentially, but without ever `dying` as...

> Also looking at the code I realize that since wptop_enable is designed to work without a WordPress context at all, loaded as early as possible, there's no way to...

We didn't enable the plugin again, but that's a valid point, if it's never stopped, where does the trace log go, if anywhere?

Cool: note the static change I made was mostly so that I could `strace` a known PID with some degree of certainty that it'd stick around. They were using a...

Perhaps a saner installation option might be to recommend that profiling runs on ~1% of requets… ``` ```