dec0dOS / zero-ui

ZeroUI - ZeroTier Controller Web UI - is a web user interface for a self-hosted ZeroTier network controller.
GNU General Public License v3.0
912 stars 146 forks source link

dev: migrate to cron package from croner #161

Closed dec0dOS closed 11 months ago

dec0dOS commented 1 year ago

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.

dec0dOS commented 11 months ago

Closed with https://github.com/dec0dOS/zero-ui/pull/170