ZeroUI - ZeroTier Controller Web UI - is a web user interface for a self-hosted ZeroTier network controller.
GNU General Public License v3.0
951
stars
152
forks
source link
dev: migrate to cron package from croner #161
Closed
dec0dOS closed 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.