Kristian Aune
Kristian Aune
we decided #10209 was hard to to and will prioritize this instead
Most of the guides/sample apps have the same requirements, and this will potentially get more complicated in the future with more CPU architectures. It is easier if we can write...
The guides are updated, almost all can do with 4G. the Pre-req section now also links to the multinode-HA app for how to shrink container usage, for those that need...
@Oracien do you know if this is still a problem, after the latest changes to vespa prometheus integration?
should we have a sample docproc that transforms from a binary field to a tensor field?
Is this something we want to keep, or finish? I love the query ranking example in the readme ...
Thanks! While we look at this ticket, a simpler workaround could be to supply a pre-start script, see https://docs.vespa.ai/en/operations/admin-procedures.html#pre-start-check
as for PR, if you are able to express to functionality in the pre-start script, it will be easy to transform into a native feature in a PR once validated,...
hm - that is odd - here is a snippet from our own code that does basically the same: ``` # Wait until all configservers resolve in DNS WAIT_UNTIL=$(( $(date...
right, I just pasted code for a similar but not identical use case. I am not sure what the failure is still - the pre-start script is supposed to just...