Perl Mojolicious: handling proxy timeouts – Docker
I have a Mojolicious App behind a reverse proxy. The Mojo App uses Promises, and in some cases, the synchronous response is returned after 2 minutes, by which time, the reverse proxy times out. How can I best render the…