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

Make the server fully stateless #123

Open BryceStevenWilley opened 1 year ago

BryceStevenWilley commented 1 year ago

https://12factor.net/processes

we get pretty close, but for a few things (court config stash, now oer server logs) are still local to the docket container. once things are truely stateless, we just need to add a load balancer to sort out the incoming requests, and we have an actually horizontal scalable app