36c0b7d2bd
refs https://github.com/TryGhost/Toolbox/issues/164 - see referenced issue for more context but Ghost sometimes has issues with the email analytics job getting stuck - we don't provide a timeout to the Mailgun library, so we just sit there idling for eternity if something between us and Mailgun is causing issues - this commit adds a 60s timeout so we can at least error out and try again next time |
||
---|---|---|
.. | ||
lib | ||
test | ||
.eslintrc.js | ||
index.js | ||
package.json | ||
README.md |
Mailgun Client
Mailgun client for Ghost
Usage
Test
yarn lint
run just eslintyarn test
run lint and tests