Mike Shultz

Results 107 comments of Mike Shultz

Has this shown up again or is this just to track the issue? Will see about moving the one store to the CDN. Would alleviate some load from the backend...

A lot of the scope is "figure it out as I go along" but generally: 0) Make sure there haven't been any revolutionary new kubernetes services added to GCP that...

New cluster deployed. Want to migrate our largest shop to a CDN ahead of time just to minimize the likelyhood of double-downtime. The new cluster is up and running, sans...

The previously mentioned shop has been moved over to the CDN. Clear to migrate the dshop cluster whenever. I expect the migration to be smooth, but it's not a high...

Both instances on the same node(always?). Checked some system level params on the node and they all seem fine. Open files are well under the max and don't seem like...

Next time this happens it will probably be worth trying to capture some of these conversations to see the resets happen and who actually initiates the reset. Might find some...

Some research from yesterday into the nginx/openresty config: [`proxy_http_version`](http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_http_version) defaults to HTTP/1.0 so there should be no HTTP2 communication. http2 was also disabled for client openresty comms. [`proxy_request_buffering`](http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_request_buffering) was turned...

Was able to successfully reproduce this issue on staging! I pulled all the URLs loaded for a deployed store and laid `siege` against them. The situation quickly devolved into the...

After bouncing the IPFS pods to reset them back to a working state, I can't seem to repro today. I'm even sending 3x the traffic as yesterday. It seems perfectly...