Max Kaplan

Results 23 comments of Max Kaplan

Hey @andrewsomething! I love the autoscaling feature, but my understanding is that requires fixed node pool instance sizes. I'm trying to handle the case where (this is a really simplified...

Hi @timoreimann! For our use multi-tenant k8s cluster we don't know necessarily in advance what the requirements for a workload will be (and in the long we want to do...

@timoreimann if you're okay with it, I'm okay with it :-) thank you!

Unlikely, author believes this is a feature not a bug, despite performance quickly exponentially declining when used

This is a fairly big issue I think- monkey patched in our code to be ``` def self.extract_reload!(method, args) if args.length == method.arity.abs + 1 && args.last == :reload reload...

Yes absolutely- wasn't sure if this was enough or not. Will add dmw to makefile tomorrow so can easily replicate :-)

On latest master, this is replicable via the following DMW test: `pipenv run dmw -- test --verbose=true --target http://127.0.0.1:3130 --pytest-args '-ktest_payment_meets_travel_rule_threshold[sender-valid_kyc_data-valid_kyc_data-exchange_states0-completed]'` and the documentation to run above is at: https://github.com/diem/reference-wallet/blob/master/backend/README.md#running-the-diem-mini-wallet-dmw-testsuite

This would be great as the whole point of json is dynamic data- your solution using native queries is no different than using a view in terms of end user...