Michael Hoffmann
Michael Hoffmann
This is a preparation so we can easily extend explanations in the future. In particular we can add cost estimations to its output and such easily.
Adds a small tool so we can auto-format indentation for load statements.
* [x] I added CHANGELOG entry for this change. * [ ] Change is not relevant to the end user. ## Changes * make endpoint heartbat interval configurable * random...
* [ ] I added CHANGELOG entry for this change. * [ ] Change is not relevant to the end user. ## Changes Fixed typo from previous PR ## Verification
**Describe the bug** The parser can produce an infinite loop on some inputs. **To Reproduce** loop.hcl: ``` -+-*a(// ``` leads to: ``` tree-sitter parse oom.hcl --wasm --debug ... process version:4,...
I have been thinking what makes an expression computable in a remote engine and to be reassembled in the root engine. I think the following might be a sound algorithm...
For very distributed setups we need to be able to deal with partial failures. This commit adds an option to continue evaulation if we encounter an error in a remote...
Partial response strategy is something that is thanos specific right now and abstracted into the Select() call. Distributed engine changes that since it does the remote calls itself. We should...
I might be wrong, but I think right now we hedge all requests, regardless if idempotent or not which might result in a bug. Shouldnt we check that we only...