Wade Barnes
Wade Barnes
I like the idea of upgrading the Python version.
Currently, an ACA-Py instance can only be configured with a single SEED/DID. If you change the SEED/DID of an instance after it has established its secure storage it detects the...
The extra build time needed for the image(s) is a consideration, it will slow things down a fair amount.
To confirm, we've seen this before when switching an agent from single ledger to multi-ledger mode. However this morning I was updating the configuration for some agents that were already...
I can't recall if we discovered a valid reason for the TAA acceptance being reset when switching from single ledger to multi-ledger mode (when rooted to the same ledger before...
Try this first; https://github.com/bcgov/aries-vcr/issues/758
~Disabling the Solr caches has been ineffective; https://github.com/bcgov/aries-vcr/issues/758#issuecomment-1764718361, https://github.com/bcgov/aries-vcr/issues/758~ I think it's time we get together to discuss next steps on how to proceed. A good start would be to...
The issues we were seeing with Solr were caused by unbound queries (https://github.com/bcgov/aries-vcr/issues/762) and likely made worse by the paging implementation.
We should also mention Solr is not well supported by our current (Haystack based) toolset. Supported backends are listed [here](https://django-haystack.readthedocs.io/en/latest/backend_support.html). The toolset "seems" to support Solr 7.x now. However we're...
Since we've gotten the unbound queries somewhat under control (by blocking them), performance has been fantastic. We still have to find a search engine with better support.