node-cron / node-cron

A simple cron-like job scheduler for Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clean up existing tasks

javivi02 opened this issue · comments

I need to clean up existing tasks as they depend on changes to my database. When there is a switch they now stack by triggering the action more than once.

the Stop() method stops them but does not remove them

Any ideas ...

commented

Maybe my workaround might help: #348 (comment)