Skip to content

Commit fe9b102

Browse files
climba03003Fdawgs
andauthored
docs: add fastify-delay-request (fastify#4569)
* docs: add fastify-delay-request The plugin that implement fastify#2500 using `p-queue`. The test is flaky, I have no idea why `macOS` failed. But the implementation should be good enough for production use. * chore: update plugin description Co-authored-by: Frazer Smith <[email protected]> --------- Co-authored-by: Frazer Smith <[email protected]>
1 parent e210291 commit fe9b102

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/Guides/Ecosystem.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,9 @@ section.
282282
functions.
283283
- [`fastify-decorators`](https://github.com/L2jLiga/fastify-decorators) Fastify
284284
plugin that provides the set of TypeScript decorators.
285+
- [`fastify-delay-request`](https://github.com/climba03003/fastify-delay-request)
286+
Fastify plugin that allows requests to be delayed whilst a task the response is
287+
dependent on is run, such as a resource intensive process.
285288
- [`fastify-disablecache`](https://github.com/Fdawgs/fastify-disablecache)
286289
Fastify plugin to disable client-side caching, inspired by
287290
[nocache](https://github.com/helmetjs/nocache).

0 commit comments

Comments
 (0)