1e3232cf82
refs https://github.com/TryGhost/Product/issues/3850 - Added a recheck for recommendation related webmentions after boot (to check missed webmentions during down time) - Increased general timeouts to 15s for all webmention related HTTP requests. Instead, increased retries to 3. - Increased timeout for fetching webmention metadata from 2s to 15s - Added more logging about verification and deletion status of webmentions |
||
---|---|---|
.. | ||
src | ||
test | ||
.eslintrc.js | ||
package.json | ||
README.md | ||
tsconfig.json |
Recommendations
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