13c582205c
fixes ENG-603 If the database is under load, it is possible that sending batches can be slow due to connection timouts. In that case, we need to increase the total timeout when sending an email. Apart from that, this commit adds more logging. |
||
---|---|---|
.. | ||
lib | ||
test | ||
.eslintrc.js | ||
index.js | ||
package.json | ||
README.md |
Email Service
Manages how posts are sent via email
Usage
Develop
This is a monorepo package.
Follow the instructions for the top-level repo.
git clone
this repo &cd
into it as usual- Run
yarn
to install top-level dependencies.
Test
yarn lint
run just eslintyarn test
run lint and tests