Open esune opened 3 months ago
The tails server is using vdr version 0.4.2
and the latest is 0.4.3
so possibly a version upgrade will address the issue.
I'm going to try to reproduce the error locally with the tails server with version 0.4.2
and run some load with the Aca-Py integration tests ...
I also suggest setting RUST_BACKTRACE=1
(or RUST_BACKTRACE=full
) in the tails server to give us a rust backtrace when we get the error.
I haven't been able to reproduce this error locally, and looking through the code I don't see anything obious (at least not obvious to me). The rust backtrace should give us some more clues.
The tails server is using vdr version
0.4.2
and the latest is0.4.3
so possibly a version upgrade will address the issue.I'm going to try to reproduce the error locally with the tails server with version
0.4.2
and run some load with the Aca-Py integration tests ...
It does not look like 0.4.3
is on Pypi - might only have been released for the JS wrapper?
It does not look like
0.4.3
is on Pypi - might only have been released for the JS wrapper?
There's a previous ticket for when 0.4.2
was released, I'm not sure who looks after it now. @swcurran ?
In any case we can add the RUST_BACKTRACE
setting to the tails server, it should just be an environment update.
@andrewwhitehead — can you help with this? How do we get a release out?
The following error appears sporadically, and it seems to be related or consequential to pool timeout errors:
It has surfaced often in https://github.com/bcgov/indy-tails-server after sustained load caused by the ACA-Py integration tests