dec0dOS/zero-ui

dev: migrate to cron package from croner

dec0dOS opened this issue · 1 comments

https://github.com/Hexagon/croner or https://github.com/kelektiv/node-cron is better maintained, https://github.com/node-cron/node-cron/ may produce memory leaks.

node-cron uses child processes to schedule the task. That is not the best solution for ZeroUI.

Closed with #170