1
0
mirror of synced 2025-12-22 19:34:15 -05:00
Commit Graph

6 Commits

Author SHA1 Message Date
Grace Park
e7f04c0386 Update tests/helpers/supertest.js
Co-authored-by: James M. Greene <JamesMGreene@github.com>
2021-06-07 12:52:50 -07:00
Grace Park
6a321c29e3 updating with headers within the opts and adding 3 tests to cover en and chinese 2021-05-25 21:12:33 -07:00
Grace Park
82e9247d95 remove trailing space 2021-05-25 15:01:48 -07:00
Grace Park
9c50a1200e adding test case 2021-05-25 14:56:32 -07:00
James M. Greene
6e20ed7927 Implement app clustering (#17752)
* 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>
2021-03-19 20:07:46 +00:00
Sarah Schneider
3121eae634 move tests/helpers.js into subdir and rename 2020-11-24 15:41:38 -05:00