Aaron Ogle
Aaron Ogle
pulling from a folder and using template variables to plug the information in the files seems like a solid approach
Feel free to open PR's to do that 😄
I agree with CLA
We actually ended up going with another vector database. So my attention has moved on from here and I won't be pushing this forward. But i've got "Allow edits by...
> Whats more we were notified by email that we use v6.5.0 which is outside of our support window while it's not true. In your case you've registered the same...
@matheusbsilva137 since adjusting the aggregation as part of improving can you please attach the mongo explain of the query before the optimization and after? ideally with some real amount of...
Thanks for adding :pray: this sort of data is important. Might be worth just creating a bunch of records. We should make it easier to fake a lot of data...
Looks like we are now hitting this in traefik v2.5 We plan to upgrade but looks like this issue is still present? https://community.traefik.io/t/after-many-requests-chrome-connections-are-pending-and-traefik-raises-errors/18844 Does setting a max Concurrent to a...
We ended up upgrading to 2.10 and using the max concurrent property set down to 10 which finally got our system working ok for now. Which is I suppose better...
That is indeed the version we went to. Didn't fix until we set concurrent down to 10 unfortunately ``` [entryPoints.https] address = ":443" [entryPoints.https.http] middlewares = [ "custom502@file", "network-error@file", "run-compress@file"]...