-
-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Labels
Description
Prerequisites
- I have written a descriptive issue title
- I have searched existing issues to ensure the bug has not already been reported
Fastify version
4.14.0
Plugin version
8.4.3
Node.js version
18
Operating system
Linux
Operating system version (i.e. 20.04, 11.3, 10)
Ubuntu 22.04
Description
It seems possible to configure the number of retries according to the documentation and the code (https://github.com/fastify/fastify-reply-from/blob/master/README.md)
However, in the types I don't see anything related to retriesCount. Is it simply missing or did I misunderstood how to configure it?
Steps to Reproduce
Try to configure retriesCount in TypeScript.
Expected Behavior
No response