Ghost/ghost/core/test/e2e-api/webmentions
Fabien 'egg' O'Carroll 73bddef7c5
Used job queue for processing incoming Webmentions
refs https://github.com/TryGhost/Team/issues/2419

We use a job queue to ensure that webmentions can be processed outside of
the request/response cycle, but still finish executing if the processed is closed.

With this we're able to update the e2e tests to await the processing of the mention
rather than sleepign for arbitrary lengths of time, and we've reintroduced the tests
removed previously

- aa14207b69
- 48e9393159
2023-01-30 18:11:30 +07:00
..
webmentions.test.js Used job queue for processing incoming Webmentions 2023-01-30 18:11:30 +07:00