Replace node-cron with a supported/maintained version
🪤 Context
The currently installed node-cron package appears to be unmaintained, this should be replaced with a fork that is being properly maintained
📬 Caveats
🩻 Additional details
actually a new version was released: https://www.npmjs.com/package/node-cron
I checked the code, I think the migration to v4 looks simple, since this project is using the default options on scheduling.
I saw! Seems worth sticking with it for simplicity since it's being maintained again For the most part it's pretty drop in with the upgrade, the unit tests were giving some headaches tho when trying to mock timers. I'll probably get it merged in soon tho
https://github.com/Digital-Alchemy-TS/core/pull/198