* Install throng for easy cluster management
* Extract the Express app construction into its own file
* Switch server.js to use app clustering for deployed environments
* Worker count is based on the lesser of process.env.WEB_CONCURRENCY and the count of CPUs
* Reading clustered output is difficult, let's prefix the std{out,err} streams
Co-authored-by: Jason Etcovitch <jasonetco@github.com>
* Run only english on staging
* Revert "Run only english on staging"
This reverts commit af34c7a4497db4867a6f3facd34af316cd6b4b9a.
* Update app.json
* Update app.json
Co-authored-by: Chiedo John <2156688+chiedo@users.noreply.github.com>