Wade Barnes
Wade Barnes
The recent instances of this issue being identified by SysDig are for agent instances that are not being moved, nor is the database. The agent starts up just fine and...
I've looked into this a bit more. Some of the issues were caused by the associated MongoDB instances getting OOM killed. I adjusted the resources [here](https://github.com/bcgov/essential-services-delivery/pull/130), and that helped a...
The issues are related to this code: https://github.com/bcgov/issuer-kit/blob/9a0e22948faa19f0bf090383fcd9acfef51f1a36/api/src/app.ts#L36-L40 https://github.com/bcgov/issuer-kit/blob/9a0e22948faa19f0bf090383fcd9acfef51f1a36/api/src/mongodb.ts#L13-L27 The pod seems to loose it's connection to the database after a while. Once that happens it never reconnects, which subsequently...
The easiest way to find the affected pods is to look at the list of pods and sort by `Restarts`, then pick out the ones at the top of the...
Note the `agent-a2a` and `api-openvp` pods in `dev` have been running fine (without restarts) since being upgraded yesterday, while the other `issuer-kit-api` based pods have continued to encounter the restart...
Since deploying the updated version of the `issuer-kit-api` image to `dev` on October 11th the `api-openvp-candy` pod has restarted 140 times and the `api-a2a` pod has only restarted once. They...
@esune, It looks like we had Stale Bot installed on this repo and on the `vc-authn-oidc` repo, as well as having the recommended (over Stale Bot) Stale action setup. The...
The `von-network-base` image is not being built if it does not exist. When the `aries-agent-test-harness`'s `./manage run` command is used it ends up calling `von-network`'s `./manage up` command ([in services.von-network.wrapper.sh](https://github.com/hyperledger/aries-agent-test-harness/blob/main/services/von-network/wrapper.sh#L21))....
@lynnbendixsen, is this still an issue. Any further insight?
> Now we have trust registries and can't see why someone should facilitate ledger writes on behalf of another organization Some discussion regarding this from Discord: - https://discord.com/channels/905194001349627914/933797403092475924/1202229182734802984 - https://discord.com/channels/905194001349627914/933797403092475924/1202236559546650657...