fastify-schedule
fastify-schedule copied to clipboard
Fastify plugin for scheduling periodic jobs.
See https://github.com/fastify/fastify/issues/5585 #### Checklist - [x] commit message and code follows the [Developer's Certification of Origin](https://github.com/fastify/.github/blob/master/CONTRIBUTING.md#developers-certificate-of-origin-11) and the [Code of conduct](https://github.com/fastify/.github/blob/master/CODE_OF_CONDUCT.md)
This PR addresses an issue where using the `ready` method causes the application to get stuck when running unit tests. To resolve this, the `after` method is used instead, ensuring...