SuffolkLITLab / EfileProxyServer

A proxy server that acts as an Efiling Service Provider, connecting guided interviews to Efiling Managers on Tyler Technologies implementation of ECF 4.0
https://suffolklitlab.org/docassemble-AssemblyLine-documentation/docs/efiling/overview/
MIT License
3 stars 2 forks source link

Increase case search timeout #146

Closed BryceStevenWilley closed 11 months ago

BryceStevenWilley commented 1 year ago

I was told that Tyler's servers on production were fast enough, but I got reports of several timeouts of case searches on production today, even though:

To mitigate;

BryceStevenWilley commented 11 months ago

We able to consistently reproduce this issue, which let me experiment with a bunch of different and outdated ways of fixing this[^1]. The ones that worked were:

The latter option IMO is cleaner, and doesn't require any arcane config strings, only arcane classes 😜

Will make a PR with this soon

[^1]: For posterity, these solutions do not work: https://stackoverflow.com/a/7512962/11416267, https://stackoverflow.com/a/14642929/11416267