Ghost/ghost/mailgun-client
Simon Backx 6631071dd3
Improved handling large amounts of email events (#16189)
refs https://github.com/TryGhost/Team/issues/2486

Stop the event fetching loop as soon as we receive events that were
created later then when we started the loop. This ensures that we don't
miss events if we receive a giant batch of events that take a long time
to process.
2023-01-26 16:06:15 +01:00
..
lib Improved handling large amounts of email events (#16189) 2023-01-26 16:06:15 +01:00
test
.eslintrc.js
index.js
package.json Added version information to log lines 2023-01-20 13:18:44 +01:00
README.md

Mailgun Client

Mailgun client for Ghost

Usage

Test

  • yarn lint run just eslint
  • yarn test run lint and tests